From 7e74076f6b0828858796dd2e1bb372b54de42132 Mon Sep 17 00:00:00 2001 From: furszy Date: Tue, 10 Aug 2021 09:51:30 -0300 Subject: [PATCH] Consensus: Add v5.3 enforcement height for testnet. --- src/chainparams.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index ba5672c84cee4..1f998f17aadbe 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -342,8 +342,7 @@ class CTestNetParams : public CChainParams consensus.vUpgrades[Consensus::UPGRADE_V4_0].nActivationHeight = 201; consensus.vUpgrades[Consensus::UPGRADE_V5_0].nActivationHeight = 201; consensus.vUpgrades[Consensus::UPGRADE_V5_2].nActivationHeight = 262525; - consensus.vUpgrades[Consensus::UPGRADE_V5_3].nActivationHeight = - Consensus::NetworkUpgrade::NO_ACTIVATION_HEIGHT; + consensus.vUpgrades[Consensus::UPGRADE_V5_3].nActivationHeight = 332300; consensus.vUpgrades[Consensus::UPGRADE_V6_0].nActivationHeight = Consensus::NetworkUpgrade::NO_ACTIVATION_HEIGHT;