diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-07-17 14:07:53 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-07-21 07:46:33 +0200 |
commit | 67cc8f25c267ea7cde765f566fa10bc248c15ea2 (patch) | |
tree | 909f5b241512b21409a9f70e13b4a6edd31c78d2 /src/main.h | |
parent | 0de61e7585e14cb552e985934fc5ddfeb6e8bd67 (diff) |
Revert "Remove signal DoubleSpendDetected, use function"
This reverts commit 0da6b3fd187da3aa810aaa584d8bd197ad4fa2b9.
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.h b/src/main.h index 20a83db605..33afa06fa8 100644 --- a/src/main.h +++ b/src/main.h @@ -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); |