Skip to content

Commit 1c94c3e

Browse files
panleoneDuddino
authored andcommitted
Activate v6.0 and shield staking on regtest
1 parent 6ca3ee0 commit 1c94c3e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/chainparams.cpp

+2-3
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)