From 78fa6faa82f5b998dc118311bd791d1be040e2de Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 24 Apr 2018 19:11:06 +0300 Subject: [PATCH] -60 test --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 7b746c3d2..15f3f92db 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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());