Remove duplicate scheduling of peers.dat

This commit is contained in:
Duke
2024-12-01 20:05:34 -05:00
parent dad7fdec37
commit 1009f931f2

View File

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