Skip to content

Commit

Permalink
[Consensus] Bump v5.5 activation height for mainnet
Browse files Browse the repository at this point in the history
Gives more time for users to update given the holiday season.
Mainnet activation height set to 3715200

Github-Pull: #2784
Rebased-From: 142c137
  • Loading branch information
Fuzzbawls committed Dec 7, 2022
1 parent 200b908 commit c0f6055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ class CMainParams : public CChainParams
consensus.vUpgrades[Consensus::UPGRADE_V5_0].nActivationHeight = 2700500;
consensus.vUpgrades[Consensus::UPGRADE_V5_2].nActivationHeight = 2927000;
consensus.vUpgrades[Consensus::UPGRADE_V5_3].nActivationHeight = 3014000;
consensus.vUpgrades[Consensus::UPGRADE_V5_5].nActivationHeight = 3672000;
consensus.vUpgrades[Consensus::UPGRADE_V5_5].nActivationHeight = 3715200;
consensus.vUpgrades[Consensus::UPGRADE_V6_0].nActivationHeight =
Consensus::NetworkUpgrade::NO_ACTIVATION_HEIGHT;

Expand Down

0 comments on commit c0f6055

Please sign in to comment.