mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
Remove signal DoubleSpendDetected, use function
Also removes the need for forward reference to RelayableRespend.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user