Skip to content

Commit

Permalink
Merge pull request #45 from BitgesellOfficial/release-0.1.7
Browse files Browse the repository at this point in the history
Fix deployment position info
  • Loading branch information
van-orton authored Jul 22, 2021
2 parents a3cb9f7 + 049a7f1 commit ceb5ec3
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 ceb5ec3

Please sign in to comment.