Skip to content

Commit

Permalink
[Consensus] Set v5.5 activation height for mainnet
Browse files Browse the repository at this point in the history
Mainnet activation height set to 3672000

Github-Pull: #2781
Rebased-From: dee3306
  • Loading branch information
Fuzzbawls committed Nov 22, 2022
1 parent dc31cef commit 200b908
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 = 9999999;
consensus.vUpgrades[Consensus::UPGRADE_V5_5].nActivationHeight = 3672000;
consensus.vUpgrades[Consensus::UPGRADE_V6_0].nActivationHeight =
Consensus::NetworkUpgrade::NO_ACTIVATION_HEIGHT;

Expand Down

0 comments on commit 200b908

Please sign in to comment.