File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 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
600600 consensus.vUpgrades [Consensus::UPGRADE_V5_2].nActivationHeight = 300 ;
601601 consensus.vUpgrades [Consensus::UPGRADE_V5_3].nActivationHeight = 251 ;
602602 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 ;
606605
607606 /* *
608607 * 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