Remove signal DoubleSpendDetected, use function

Also removes the need for forward reference to RelayableRespend.
This commit is contained in:
Tom Harding
2014-07-02 09:27:29 -07:00
parent 88dd3598d2
commit 0da6b3fd18
3 changed files with 50 additions and 59 deletions

View File

@@ -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);