Skip to content

Commit fafe960

Browse files
committed
OP_CHECKTEMPLATEVERIFY Deployment parameters for signet/inquisition
1 parent c6939b4 commit fafe960

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/kernel/chainparams.cpp

+6-1
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,12 @@ class SigNetParams : public CChainParams {
483483
consensus.MinBIP9WarningHeight = 0;
484484
consensus.powLimit = uint256{"00000377ae000000000000000000000000000000000000000000000000000000"};
485485
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY] = SetupDeployment{.activate = 0x30000000, .abandon = 0, .never = true};
486-
consensus.vDeployments[Consensus::DEPLOYMENT_CHECKTEMPLATEVERIFY] = SetupDeployment{.activate = 0x60007700, .abandon = 0x40007700, .never = true};
486+
consensus.vDeployments[Consensus::DEPLOYMENT_CHECKTEMPLATEVERIFY] = SetupDeployment{
487+
.start = 1654041600, // 2022-06-01
488+
.timeout = 1969660800, // 2032-06-01
489+
.activate = 0x60007700,
490+
.abandon = 0x40007700,
491+
};
487492

488493
RenounceDeployments(options.renounce, consensus.vDeployments);
489494

0 commit comments

Comments
 (0)