diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-09-04 16:43:22 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-09-04 16:44:39 +0200 |
commit | b4cd0975fbc93063473a4d9a09e2b2fe3c4ad489 (patch) | |
tree | c4cba7822261238581a6d9e814a8fcf76acc9fe1 /src/qt/walletmodel.h | |
parent | d800dcc32a5bd103c657815466669e764b0a9749 (diff) | |
parent | fbe0fcae7641889b778ecb6bd7067eff5b1b2c4e (diff) |
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.h | 2 |
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(); |