This commit is contained in:
jl777
2018-04-24 19:11:06 +03:00
parent 4342e69bf4
commit 78fa6faa82

View File

@@ -3759,7 +3759,7 @@ bool CheckBlockHeader(int32_t *futureblockp,int32_t height,CBlockIndex *pindex,
}
}
*futureblockp = 0;
if (blockhdr.GetBlockTime() > GetAdjustedTime() + 60)
if (blockhdr.GetBlockTime() > GetAdjustedTime() - 60)
{
CBlockIndex *tipindex;
fprintf(stderr,"ht.%d future block %u vs time.%u + 60\n",height,(uint32_t)blockhdr.GetBlockTime(),(uint32_t)GetAdjustedTime());