]> Git Repo - VerusCoin.git/blobdiff - src/init.cpp
Simplify PartitionCheck
[VerusCoin.git] / src / init.cpp
index 6d6fd1f4a5dd642faced92ba5ae714ee1bd80802..7b6b2ab03b4b967a23bda4f2ffa9fdd90bdedc31 100644 (file)
@@ -1863,7 +1863,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
 
     // Monitor the chain every minute, and alert if we get blocks much quicker or slower than expected.
     CScheduler::Function f = boost::bind(&PartitionCheck, &IsInitialBlockDownload,
-                                         boost::ref(cs_main), boost::cref(pindexBestHeader), 0);
+                                         boost::ref(cs_main), boost::cref(pindexBestHeader));
     scheduler.scheduleEvery(f, 60);
 
 #ifdef ENABLE_MINING
This page took 0.022496 seconds and 4 git commands to generate.