VerifyDB progress

This commit is contained in:
Cozz Lovan
2014-05-23 18:04:09 +02:00
parent 4c097f9669
commit 06a91d9698
10 changed files with 74 additions and 5 deletions

View File

@@ -94,6 +94,9 @@ public:
/** A wallet has been loaded. */
boost::signals2::signal<void (CWallet* wallet)> LoadWallet;
/** Show progress e.g. for verifychain */
boost::signals2::signal<void (const std::string &title, int nProgress)> ShowProgress;
};
extern CClientUIInterface uiInterface;