mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Remove misleading comment for ContextualCheckDynaFedHeader use
This commit is contained in:
parent
bd11097cec
commit
d9387cb5d5
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue