mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
s/m_dyna_params/m_dynafed_params/
This commit is contained in:
parent
6ed63c1fb3
commit
dddc040aa0
9 changed files with 31 additions and 31 deletions
|
|
@ -2131,7 +2131,7 @@ bool CChainState::ConnectBlock(const CBlock& block, CValidationState& state, CBl
|
|||
// ELEMENTS:
|
||||
|
||||
// Enforce PAK post-dynafed
|
||||
if (chainparams.GetEnforcePak() && !block.m_dyna_params.IsNull()) {
|
||||
if (chainparams.GetEnforcePak() && !block.m_dynafed_params.IsNull()) {
|
||||
// GetActivePAKList computes for the following block, so use previous index
|
||||
CPAKList paklist = GetActivePAKList(pindex->pprev, chainparams.GetConsensus());
|
||||
for (const auto& tx : block.vtx) {
|
||||
|
|
@ -3472,7 +3472,7 @@ static bool ContextualCheckDynaFedHeader(const CBlockHeader& block, CValidationS
|
|||
return true;
|
||||
}
|
||||
|
||||
const DynaFedParams& dynafed_params = block.m_dyna_params;
|
||||
const DynaFedParams& dynafed_params = block.m_dynafed_params;
|
||||
|
||||
// Dynamic blocks must at least publish current signblockscript in full
|
||||
if (dynafed_params.m_current.IsNull()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue