File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -483,7 +483,12 @@ class SigNetParams : public CChainParams {
483
483
consensus.MinBIP9WarningHeight = 0 ;
484
484
consensus.powLimit = uint256{" 00000377ae000000000000000000000000000000000000000000000000000000" };
485
485
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
+ };
487
492
488
493
RenounceDeployments (options.renounce , consensus.vDeployments );
489
494
You can’t perform that action at this time.
0 commit comments