Skip to content

Commit 049a7f1

Browse files
author
VanOrton
committed
Fix deployment position info
1 parent dca0c13 commit 049a7f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/versionbitsinfo.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ const struct VBDeploymentInfo VersionBitsDeploymentInfo[Consensus::MAX_VERSION_B
1111
/*.name =*/ "testdummy",
1212
/*.gbt_force =*/ true,
1313
},
14+
{
15+
/*.name =*/ "taproot_old",
16+
/*.gbt_force =*/ true,
17+
},
1418
{
1519
/*.name =*/ "taproot",
1620
/*.gbt_force =*/ true,

0 commit comments

Comments
 (0)