Skip to content

Commit

Permalink
Update NU5 activation height for testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
wo01 committed Sep 27, 2021
1 parent c3b7e8c commit 53940a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ class CTestNetParams : public CChainParams {
consensus.vUpgrades[Consensus::UPGRADE_CANOPY].hashActivationBlock =
uint256S("9a671dd602556450bfa3f467d1bacee25bd2618a52f102d288dc39fd9601feb3");
consensus.vUpgrades[Consensus::UPGRADE_NU5].nProtocolVersion = 170014;
consensus.vUpgrades[Consensus::UPGRADE_NU5].nActivationHeight = 1590000;
consensus.vUpgrades[Consensus::UPGRADE_NU5].nActivationHeight = 1770000;
consensus.vUpgrades[Consensus::UPGRADE_ZFUTURE].nProtocolVersion = 0x7FFFFFFF;
consensus.vUpgrades[Consensus::UPGRADE_ZFUTURE].nActivationHeight =
Consensus::NetworkUpgrade::NO_ACTIVATION_HEIGHT;
Expand Down

0 comments on commit 53940a4

Please sign in to comment.