mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Remove signal DoubleSpendDetected, use function
Also removes the need for forward reference to RelayableRespend.
This commit is contained in:
parent
88dd3598d2
commit
0da6b3fd18
3 changed files with 50 additions and 59 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue