We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b1052 commit 1337685Copy full SHA for 1337685
src/chainparams.cpp
@@ -468,8 +468,7 @@ class CRegTestParams : public CTestNetParams
468
consensus.vUpgrades[Consensus::UPGRADE_V3_4].nActivationHeight = 251;
469
consensus.vUpgrades[Consensus::UPGRADE_V4_0].nActivationHeight =
470
Consensus::NetworkUpgrade::ALWAYS_ACTIVE;
471
- consensus.vUpgrades[Consensus::UPGRADE_V5_DUMMY].nActivationHeight =
472
- Consensus::NetworkUpgrade::NO_ACTIVATION_HEIGHT;
+ consensus.vUpgrades[Consensus::UPGRADE_V5_DUMMY].nActivationHeight = 300;
473
474
/**
475
* The message start string is designed to be unlikely to occur in normal data.
0 commit comments