diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-07-17 14:07:53 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-07-21 07:46:33 +0200 |
commit | 67cc8f25c267ea7cde765f566fa10bc248c15ea2 (patch) | |
tree | 909f5b241512b21409a9f70e13b4a6edd31c78d2 /src/init.cpp | |
parent | 0de61e7585e14cb552e985934fc5ddfeb6e8bd67 (diff) |
Revert "Remove signal DoubleSpendDetected, use function"
This reverts commit 0da6b3fd187da3aa810aaa584d8bd197ad4fa2b9.
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 031b9db480..323192ab79 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1229,7 +1229,7 @@ bool AppInit2(boost::thread_group& threadGroup) LogPrintf("mapAddressBook.size() = %u\n", pwalletMain ? pwalletMain->mapAddressBook.size() : 0); #endif - InitRespendFilter(); + RegisterInternalSignals(); StartNode(threadGroup); if (fServer) StartRPCThreads(); |