diff options
author | Tom Harding <tomh@thinlink.com> | 2014-07-02 09:27:29 -0700 |
---|---|---|
committer | Tom Harding <tomh@thinlink.com> | 2014-07-02 09:27:29 -0700 |
commit | 0da6b3fd187da3aa810aaa584d8bd197ad4fa2b9 (patch) | |
tree | bc93c00b02d971749302b0edc2d52ac82e66d623 /src/main.h | |
parent | 88dd3598d22197a22565e524cecdc08107cf76ac (diff) |
Remove signal DoubleSpendDetected, use function
Also removes the need for forward reference to RelayableRespend.
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 19f4469008..26450bb721 100644 --- a/src/main.h +++ b/src/main.h @@ -108,8 +108,8 @@ struct CNodeStateStats; struct CBlockTemplate; -/** Set up internal signal handlers **/ -void RegisterInternalSignals(); +/** Initialize respend bloom filter **/ +void InitRespendFilter(); /** Register a wallet to receive updates from core */ void RegisterWallet(CWalletInterface* pwalletIn); |