// 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