aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorTom Harding <[email protected]>2014-07-02 09:27:29 -0700
committerTom Harding <[email protected]>2014-07-02 09:27:29 -0700
commit0da6b3fd187da3aa810aaa584d8bd197ad4fa2b9 (patch)
treebc93c00b02d971749302b0edc2d52ac82e66d623 /src/main.h
parentCheck signatures before respend relay (diff)
downloaddiscoin-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.h4
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);