We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c439ec7 commit 54e1168Copy full SHA for 54e1168
src/chainparams.cpp
@@ -447,7 +447,7 @@ class CTestNetParams : public CChainParams
447
consensus.vUpgrades[Consensus::UPGRADE_V5_0].nActivationHeight = 201;
448
consensus.vUpgrades[Consensus::UPGRADE_V5_2].nActivationHeight = 262525;
449
consensus.vUpgrades[Consensus::UPGRADE_V5_3].nActivationHeight = 332300;
450
- consensus.vUpgrades[Consensus::UPGRADE_V5_5].nActivationHeight = 9999999;
+ consensus.vUpgrades[Consensus::UPGRADE_V5_5].nActivationHeight = 925056;
451
consensus.vUpgrades[Consensus::UPGRADE_V6_0].nActivationHeight =
452
Consensus::NetworkUpgrade::NO_ACTIVATION_HEIGHT;
453
0 commit comments