This commit is contained in:
jl777
2016-10-30 19:10:54 -03:00
parent e1e3f309d0
commit 08f08d150c

View File

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