This commit is contained in:
jl777
2018-04-09 23:48:34 +03:00
parent f0cfc70ff2
commit 1599d4c8ef

View File

@@ -406,7 +406,7 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn)
while ( GetAdjustedTime()+30 < pblock->nTime )
{
sleep(1);
fprintf(stderr,"%d ",pblock->nTime - GetAdjustedTime());
fprintf(stderr,"%d ",(int32_t)(pblock->nTime - GetAdjustedTime()));
}
fprintf(stderr,"finished waiting\n");
}