Remove misleading comment for ContextualCheckDynaFedHeader use

This commit is contained in:
Gregory Sanders 2019-06-18 11:34:25 -04:00
parent bd11097cec
commit d9387cb5d5

View file

@ -3545,8 +3545,6 @@ static bool ContextualCheckBlockHeader(const CBlockHeader& block, CValidationSta
return state.Invalid(false, REJECT_OBSOLETE, strprintf("bad-version(0x%08x)", block.nVersion),
strprintf("rejected nVersion=0x%08x block", block.nVersion));
// check for dynamic federations activation, then ensuring block header version
// bits are set. These bits drive serialization of the header.
if (!ContextualCheckDynaFedHeader(block, state, params, pindexPrev)) {
return false;
}