Skip to content

Commit

Permalink
src/deploymentstatus: Add missing taproot_old deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
gitcoindev committed Aug 1, 2023
1 parent 09d3fa0 commit 0ccf8de
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/deploymentstatus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ const struct VBDeploymentInfo VersionBitsDeploymentInfo[Consensus::MAX_VERSION_B
/*.name =*/ "testdummy",
/*.gbt_force =*/ true,
},
{
/*.name =*/ "taproot_old",
/*.gbt_force =*/ true,
},
{
/*.name =*/ "taproot",
/*.gbt_force =*/ true,
Expand All @@ -33,4 +37,5 @@ std::string DeploymentName(Consensus::BuriedDeployment dep)
return "segwit";
} // no default case, so the compiler can warn about missing cases
return "";
}
}

0 comments on commit 0ccf8de

Please sign in to comment.