aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-08-26 17:41:03 +0200
committerWladimir J. van der Laan <[email protected]>2014-08-26 17:41:33 +0200
commitd49b0876a4f4e5f8d7763fd2192f1efd0ddeec1e (patch)
tree5394e31d833b3ae8d2cd925a88c12d4acb581b60 /src/wallet.h
parentMerge pull request #4649 (diff)
parent[Qt] Add column Watch-only to transactions list (diff)
downloaddiscoin-d49b0876a4f4e5f8d7763fd2192f1efd0ddeec1e.tar.xz
discoin-d49b0876a4f4e5f8d7763fd2192f1efd0ddeec1e.zip
Merge pull request #4673
1c5f0af [Qt] Add column Watch-only to transactions list (Cozz Lovan) 939ed97 Add boolean HaveWatchonly and signal NotifyWatchonlyChanged (Cozz Lovan)
Diffstat (limited to 'src/wallet.h')
-rw-r--r--src/wallet.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wallet.h b/src/wallet.h
index bdb026472..052da2460 100644
--- a/src/wallet.h
+++ b/src/wallet.h
@@ -399,6 +399,9 @@ public:
/** Show progress e.g. for rescan */
boost::signals2::signal<void (const std::string &title, int nProgress)> ShowProgress;
+
+ /** Watch-only address added */
+ boost::signals2::signal<void (bool fHaveWatchOnly)> NotifyWatchonlyChanged;
};
/** A key allocated from the key pool. */