This commit is contained in:
jl777
2016-10-30 19:12:23 -03:00
parent 08f08d150c
commit ced1a10b52

View File

@@ -1481,7 +1481,7 @@ bool IsInitialBlockDownload()
static bool lockIBDState = false;
if (lockIBDState)
{
fprintf(stderr,"lockIBDState true %d < %d\n",chainActive.Height(),pindexBestHeader->nHeight - 10);
//fprintf(stderr,"lockIBDState true %d < %d\n",chainActive.Height(),pindexBestHeader->nHeight - 10);
return false;
}
bool state;