Revert "Remove signal DoubleSpendDetected, use function"

This reverts commit 0da6b3fd18.
This commit is contained in:
Wladimir J. van der Laan
2014-07-17 14:07:53 +02:00
parent 0de61e7585
commit 67cc8f25c2
3 changed files with 59 additions and 50 deletions

View File

@@ -112,8 +112,8 @@ struct CNodeStateStats;
struct CBlockTemplate;
/** Initialize respend bloom filter **/
void InitRespendFilter();
/** Set up internal signal handlers **/
void RegisterInternalSignals();
/** Register a wallet to receive updates from core */
void RegisterWallet(CWalletInterface* pwalletIn);