Skip to content

Commit a7bb36f

Browse files
committed
Remove misleading comment for ContextualCheckDynaFedHeader use
1 parent b7aaf4b commit a7bb36f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/validation.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3539,8 +3539,6 @@ static bool ContextualCheckBlockHeader(const CBlockHeader& block, CValidationSta
35393539
return state.Invalid(false, REJECT_OBSOLETE, strprintf("bad-version(0x%08x)", block.nVersion),
35403540
strprintf("rejected nVersion=0x%08x block", block.nVersion));
35413541

3542-
// check for dynamic federations activation, then ensuring block header version
3543-
// bits are set. These bits drive serialization of the header.
35443542
if (!ContextualCheckDynaFedHeader(block, state, params, pindexPrev)) {
35453543
return false;
35463544
}

0 commit comments

Comments
 (0)