Skip to content

Commit

Permalink
OP_CHECKTEMPLATEVERIFY Deployment parameters for signet/inquisition
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtowns committed Apr 30, 2024
1 parent 6580968 commit 6f81502
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/kernel/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,12 @@ class SigNetParams : public CChainParams {
consensus.MinBIP9WarningHeight = 0;
consensus.powLimit = uint256S("00000377ae000000000000000000000000000000000000000000000000000000");
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY] = SetupDeployment{.activate = 0x30000000, .abandon = 0, .never = true};
consensus.vDeployments[Consensus::DEPLOYMENT_CHECKTEMPLATEVERIFY] = SetupDeployment{.activate = 0x60007700, .abandon = 0x40007700, .never = true};
consensus.vDeployments[Consensus::DEPLOYMENT_CHECKTEMPLATEVERIFY] = SetupDeployment{
.start = 1654041600, // 2022-06-01
.timeout = 1969660800, // 2032-06-01
.activate = 0x60007700,
.abandon = 0x40007700,
};

RenounceDeployments(options.renounce, consensus.vDeployments);

Expand Down

0 comments on commit 6f81502

Please sign in to comment.