Remove misleading comment for ContextualCheckDynaFedHeader use

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

View file

@ -3539,8 +3539,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;
}