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/init.cpp | |
parent | 88dd3598d22197a22565e524cecdc08107cf76ac (diff) |
Remove signal DoubleSpendDetected, use function
Also removes the need for forward reference to RelayableRespend.
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index da13218a94..6c0898c036 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1176,7 +1176,7 @@ bool AppInit2(boost::thread_group& threadGroup) LogPrintf("mapAddressBook.size() = %u\n", pwalletMain ? pwalletMain->mapAddressBook.size() : 0); #endif - RegisterInternalSignals(); + InitRespendFilter(); StartNode(threadGroup); if (fServer) StartRPCThreads(); |