Remove signal DoubleSpendDetected, use function

Also removes the need for forward reference to RelayableRespend.
This commit is contained in:
Tom Harding
2014-07-02 09:27:29 -07:00
parent 88dd3598d2
commit 0da6b3fd18
3 changed files with 50 additions and 59 deletions

View File

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