mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Merge 6baabc4d1d into merged_master (Bitcoin PR bitcoin/bitcoin#21430)
This commit is contained in:
commit
2fa422afec
7 changed files with 14 additions and 7 deletions
|
|
@ -872,7 +872,7 @@ static RPCHelpMan getblocktemplate()
|
|||
case ThresholdState::LOCKED_IN:
|
||||
// Ensure bit is set in block version
|
||||
pblock->nVersion |= g_versionbitscache.Mask(consensusParams, pos);
|
||||
// FALL THROUGH to get vbavailable set...
|
||||
[[fallthrough]];
|
||||
case ThresholdState::STARTED:
|
||||
{
|
||||
const struct VBDeploymentInfo& vbinfo = VersionBitsDeploymentInfo[pos];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue