Skip to content

Commit

Permalink
Fix deployment position info
Browse files Browse the repository at this point in the history
  • Loading branch information
VanOrton committed Jul 21, 2021
1 parent dca0c13 commit 049a7f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/versionbitsinfo.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 Down

0 comments on commit 049a7f1

Please sign in to comment.