File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -600,9 +600,8 @@ class CRegTestParams : public CChainParams
600
600
consensus.vUpgrades [Consensus::UPGRADE_V5_2].nActivationHeight = 300 ;
601
601
consensus.vUpgrades [Consensus::UPGRADE_V5_3].nActivationHeight = 251 ;
602
602
consensus.vUpgrades [Consensus::UPGRADE_V5_5].nActivationHeight = 576 ;
603
- consensus.vUpgrades [Consensus::UPGRADE_V6_0].nActivationHeight =
604
- Consensus::NetworkUpgrade::NO_ACTIVATION_HEIGHT;
605
- consensus.vUpgrades [Consensus::UPGRADE_SHIELD_STAKING].nActivationHeight = Consensus::NetworkUpgrade::NO_ACTIVATION_HEIGHT;
603
+ consensus.vUpgrades [Consensus::UPGRADE_V6_0].nActivationHeight = 600 ;
604
+ consensus.vUpgrades [Consensus::UPGRADE_SHIELD_STAKING].nActivationHeight = 601 ;
606
605
607
606
/* *
608
607
* The message start string is designed to be unlikely to occur in normal data.
You can’t perform that action at this time.
0 commit comments