Skip to content

Commit 1337685

Browse files
furszyFuzzbawls
authored andcommitted
Sapling activation height for regtest
Github-Pull: #1747 Rebased-From: 866c7d1
1 parent 15b1052 commit 1337685

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
@@ -468,8 +468,7 @@ class CRegTestParams : public CTestNetParams
468468
consensus.vUpgrades[Consensus::UPGRADE_V3_4].nActivationHeight = 251;
469469
consensus.vUpgrades[Consensus::UPGRADE_V4_0].nActivationHeight =
470470
Consensus::NetworkUpgrade::ALWAYS_ACTIVE;
471-
consensus.vUpgrades[Consensus::UPGRADE_V5_DUMMY].nActivationHeight =
472-
Consensus::NetworkUpgrade::NO_ACTIVATION_HEIGHT;
471+
consensus.vUpgrades[Consensus::UPGRADE_V5_DUMMY].nActivationHeight = 300;
473472

474473
/**
475474
* The message start string is designed to be unlikely to occur in normal data.

0 commit comments

Comments
 (0)