We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d3fa0 commit 24532e8Copy full SHA for 24532e8
src/deploymentstatus.cpp
@@ -11,6 +11,10 @@ const struct VBDeploymentInfo VersionBitsDeploymentInfo[Consensus::MAX_VERSION_B
11
/*.name =*/ "testdummy",
12
/*.gbt_force =*/ true,
13
},
14
+ {
15
+ /*.name =*/ "taproot_old",
16
+ /*.gbt_force =*/ true,
17
+ },
18
{
19
/*.name =*/ "taproot",
20
@@ -33,4 +37,4 @@ std::string DeploymentName(Consensus::BuriedDeployment dep)
33
37
return "segwit";
34
38
} // no default case, so the compiler can warn about missing cases
35
39
return "";
36
-}
40
+}
0 commit comments