diff --git a/src/net.cpp b/src/net.cpp index f6893a54e..c9615a863 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -2378,9 +2378,6 @@ void StartNode(boost::thread_group& threadGroup, CScheduler& scheduler) scheduler.scheduleEvery(&DumpZindexStats, DUMP_ZINDEX_INTERVAL); } - // Dump network addresses - scheduler.scheduleEvery(&DumpAddresses, DUMP_ADDRESSES_INTERVAL); - scheduler.scheduleEvery(&CheckIfWeShouldStop, CHECK_PLZ_STOP_INTERVAL); }