Revert "Relay double-spends, subject to anti-DOS"

This reverts commit d640a3ceab.
This commit is contained in:
Wladimir J. van der Laan
2014-07-17 14:09:55 +02:00
parent 3015e0bca6
commit 98e84aae7a
6 changed files with 15 additions and 109 deletions

View File

@@ -1229,7 +1229,6 @@ bool AppInit2(boost::thread_group& threadGroup)
LogPrintf("mapAddressBook.size() = %u\n", pwalletMain ? pwalletMain->mapAddressBook.size() : 0);
#endif
RegisterInternalSignals();
StartNode(threadGroup);
if (fServer)
StartRPCThreads();