Skip to content

Commit 54e1168

Browse files
committed
[Consensus] Set testnet new rewards height
Sets the 5.5 new rewards changeover block for testnet to 925056.
1 parent c439ec7 commit 54e1168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chainparams.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ class CTestNetParams : public CChainParams
447447
consensus.vUpgrades[Consensus::UPGRADE_V5_0].nActivationHeight = 201;
448448
consensus.vUpgrades[Consensus::UPGRADE_V5_2].nActivationHeight = 262525;
449449
consensus.vUpgrades[Consensus::UPGRADE_V5_3].nActivationHeight = 332300;
450-
consensus.vUpgrades[Consensus::UPGRADE_V5_5].nActivationHeight = 9999999;
450+
consensus.vUpgrades[Consensus::UPGRADE_V5_5].nActivationHeight = 925056;
451451
consensus.vUpgrades[Consensus::UPGRADE_V6_0].nActivationHeight =
452452
Consensus::NetworkUpgrade::NO_ACTIVATION_HEIGHT;
453453

0 commit comments

Comments
 (0)