diff options
| author | Tom Harding <[email protected]> | 2014-07-02 09:27:29 -0700 |
|---|---|---|
| committer | Tom Harding <[email protected]> | 2014-07-02 09:27:29 -0700 |
| commit | 0da6b3fd187da3aa810aaa584d8bd197ad4fa2b9 (patch) | |
| tree | bc93c00b02d971749302b0edc2d52ac82e66d623 /src/main.h | |
| parent | Check signatures before respend relay (diff) | |
| download | discoin-0da6b3fd187da3aa810aaa584d8bd197ad4fa2b9.tar.xz discoin-0da6b3fd187da3aa810aaa584d8bd197ad4fa2b9.zip | |
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 19f446900..26450bb72 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); |