aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-09-04 16:43:22 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-09-04 16:44:39 +0200
commitb4cd0975fbc93063473a4d9a09e2b2fe3c4ad489 (patch)
treec4cba7822261238581a6d9e814a8fcf76acc9fe1 /src/qt/walletmodel.h
parentd800dcc32a5bd103c657815466669e764b0a9749 (diff)
parentfbe0fcae7641889b778ecb6bd7067eff5b1b2c4e (diff)
downloadbitcoin-b4cd0975fbc93063473a4d9a09e2b2fe3c4ad489.tar.xz
Merge pull request #4783
fbe0fca [Qt] minor watch-only changes (Philip Kaufmann)
Diffstat (limited to 'src/qt/walletmodel.h')
-rw-r--r--src/qt/walletmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/walletmodel.h b/src/qt/walletmodel.h
index 52d02038cd..00a011d937 100644
--- a/src/qt/walletmodel.h
+++ b/src/qt/walletmodel.h
@@ -256,7 +256,7 @@ public slots:
void updateTransaction(const QString &hash, int status);
/* New, updated or removed address book entry */
void updateAddressBook(const QString &address, const QString &label, bool isMine, const QString &purpose, int status);
- /* Watchonly added */
+ /* Watch-only added */
void updateWatchOnlyFlag(bool fHaveWatchonly);
/* Current, immature or unconfirmed balance might have changed - emit 'balanceChanged' if so */
void pollBalanceChanged();