aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorTom Harding <tomh@thinlink.com>2014-07-02 09:27:29 -0700
committerTom Harding <tomh@thinlink.com>2014-07-02 09:27:29 -0700
commit0da6b3fd187da3aa810aaa584d8bd197ad4fa2b9 (patch)
treebc93c00b02d971749302b0edc2d52ac82e66d623 /src/main.h
parent88dd3598d22197a22565e524cecdc08107cf76ac (diff)
downloadbitcoin-0da6b3fd187da3aa810aaa584d8bd197ad4fa2b9.tar.xz
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 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);