Revert "Remove signal DoubleSpendDetected, use function"

This reverts commit 0da6b3fd18.
This commit is contained in:
Wladimir J. van der Laan
2014-07-17 14:07:53 +02:00
parent 0de61e7585
commit 67cc8f25c2
3 changed files with 59 additions and 50 deletions

View File

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