This commit is contained in:
jl777
2017-03-15 10:23:06 +02:00
parent c10c5d1368
commit ad84148d8b
2 changed files with 6 additions and 6 deletions

View File

@@ -1549,7 +1549,7 @@ bool IsInitialBlockDownload()
else state = (chainActive.Height() < pindexBestHeader->nHeight - 100);
if (!state)
{
fprintf(stderr,"lockIBDState true ht.%d t.%d\n",chainActive.Height(),pindexBestHeader->GetBlockTime());
fprintf(stderr,"lockIBDState true ht.%d t.%d\n",(int32_t)chainActive.Height(),(int32_t)pindexBestHeader->GetBlockTime());
lockIBDState = true;
}
return state;