mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Remove misleading comment for ContextualCheckDynaFedHeader use
This commit is contained in:
parent
b7aaf4be9e
commit
a7bb36f6cf
1 changed files with 0 additions and 2 deletions
|
|
@ -3539,8 +3539,6 @@ static bool ContextualCheckBlockHeader(const CBlockHeader& block, CValidationSta
|
||||||
return state.Invalid(false, REJECT_OBSOLETE, strprintf("bad-version(0x%08x)", block.nVersion),
|
return state.Invalid(false, REJECT_OBSOLETE, strprintf("bad-version(0x%08x)", block.nVersion),
|
||||||
strprintf("rejected nVersion=0x%08x block", 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)) {
|
if (!ContextualCheckDynaFedHeader(block, state, params, pindexPrev)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue