This commit is contained in:
jl777
2016-10-20 16:56:31 -03:00
parent af805d5399
commit fed428c88d

View File

@@ -3137,8 +3137,8 @@ bool AcceptBlockHeader(const CBlockHeader& block, CValidationState& state, CBloc
return true;
}
if (!CheckBlockHeader(*ppindex!=0?(*ppindex)->nHeight:0,*ppindex, block, state))
return false;
//if (!CheckBlockHeader(*ppindex!=0?(*ppindex)->nHeight:0,*ppindex, block, state))
// return false;
// Get prev block index
CBlockIndex* pindexPrev = NULL;