From 939ed97373fdea0e8ecb173f1c22eb53b9f90bb6 Mon Sep 17 00:00:00 2001 From: Cozz Lovan Date: Sat, 26 Jul 2014 21:05:11 +0200 Subject: Add boolean HaveWatchonly and signal NotifyWatchonlyChanged --- src/wallet.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/wallet.h') diff --git a/src/wallet.h b/src/wallet.h index 73fcfa24e..1f727aec0 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -408,6 +408,9 @@ public: /** Show progress e.g. for rescan */ boost::signals2::signal ShowProgress; + + /** Watch-only address added */ + boost::signals2::signal NotifyWatchonlyChanged; }; /** A key allocated from the key pool. */ -- cgit v1.2.3