Skip to content

Commit b63e4f5

Browse files
committed
Consensus: Add v5.3 enforcement height for testnet.
1 parent f44be94 commit b63e4f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/chainparams.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,7 @@ class CTestNetParams : public CChainParams
342342
consensus.vUpgrades[Consensus::UPGRADE_V4_0].nActivationHeight = 201;
343343
consensus.vUpgrades[Consensus::UPGRADE_V5_0].nActivationHeight = 201;
344344
consensus.vUpgrades[Consensus::UPGRADE_V5_2].nActivationHeight = 262525;
345-
consensus.vUpgrades[Consensus::UPGRADE_V5_3].nActivationHeight =
346-
Consensus::NetworkUpgrade::NO_ACTIVATION_HEIGHT;
345+
consensus.vUpgrades[Consensus::UPGRADE_V5_3].nActivationHeight = 332300;
347346
consensus.vUpgrades[Consensus::UPGRADE_V6_0].nActivationHeight =
348347
Consensus::NetworkUpgrade::NO_ACTIVATION_HEIGHT;
349348

0 commit comments

Comments
 (0)