diff options
Diffstat (limited to 'src/wallet.h')
-rw-r--r-- | src/wallet.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wallet.h b/src/wallet.h index ef02c90eda..5fd56d0af6 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -391,6 +391,9 @@ public: */ boost::signals2::signal<void (CWallet *wallet, const uint256 &hashTx, ChangeType status)> NotifyTransactionChanged; + + /** Show progress e.g. for rescan */ + boost::signals2::signal<void (const std::string &title, int nProgress)> ShowProgress; }; /** A key allocated from the key pool. */ |