We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f44be94 commit b63e4f5Copy full SHA for b63e4f5
src/chainparams.cpp
@@ -342,8 +342,7 @@ class CTestNetParams : public CChainParams
342
consensus.vUpgrades[Consensus::UPGRADE_V4_0].nActivationHeight = 201;
343
consensus.vUpgrades[Consensus::UPGRADE_V5_0].nActivationHeight = 201;
344
consensus.vUpgrades[Consensus::UPGRADE_V5_2].nActivationHeight = 262525;
345
- consensus.vUpgrades[Consensus::UPGRADE_V5_3].nActivationHeight =
346
- Consensus::NetworkUpgrade::NO_ACTIVATION_HEIGHT;
+ consensus.vUpgrades[Consensus::UPGRADE_V5_3].nActivationHeight = 332300;
347
consensus.vUpgrades[Consensus::UPGRADE_V6_0].nActivationHeight =
348
Consensus::NetworkUpgrade::NO_ACTIVATION_HEIGHT;
349
0 commit comments