Skip to content

Commit

Permalink
Sapling activation height for regtest
Browse files Browse the repository at this point in the history
  • Loading branch information
furszy committed Jul 14, 2020
1 parent ffae965 commit 866c7d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,7 @@ class CRegTestParams : public CTestNetParams
consensus.vUpgrades[Consensus::UPGRADE_V3_4].nActivationHeight = 251;
consensus.vUpgrades[Consensus::UPGRADE_V4_0].nActivationHeight =
Consensus::NetworkUpgrade::ALWAYS_ACTIVE;
consensus.vUpgrades[Consensus::UPGRADE_V5_DUMMY].nActivationHeight =
Consensus::NetworkUpgrade::NO_ACTIVATION_HEIGHT;
consensus.vUpgrades[Consensus::UPGRADE_V5_DUMMY].nActivationHeight = 300;

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

0 comments on commit 866c7d1

Please sign in to comment.