Skip to content

Commit

Permalink
Activate v6.0 and shield staking on regtest
Browse files Browse the repository at this point in the history
  • Loading branch information
panleone authored and Duddino committed May 2, 2023
1 parent 54eff47 commit 8034ce6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -600,9 +600,8 @@ class CRegTestParams : public CChainParams
consensus.vUpgrades[Consensus::UPGRADE_V5_2].nActivationHeight = 300;
consensus.vUpgrades[Consensus::UPGRADE_V5_3].nActivationHeight = 251;
consensus.vUpgrades[Consensus::UPGRADE_V5_5].nActivationHeight = 576;
consensus.vUpgrades[Consensus::UPGRADE_V6_0].nActivationHeight =
Consensus::NetworkUpgrade::NO_ACTIVATION_HEIGHT;
consensus.vUpgrades[Consensus::UPGRADE_SHIELD_STAKING].nActivationHeight = Consensus::NetworkUpgrade::NO_ACTIVATION_HEIGHT;
consensus.vUpgrades[Consensus::UPGRADE_V6_0].nActivationHeight = 600;
consensus.vUpgrades[Consensus::UPGRADE_SHIELD_STAKING].nActivationHeight = 601;

/**
* The message start string is designed to be unlikely to occur in normal data.
Expand Down

0 comments on commit 8034ce6

Please sign in to comment.