Skip to content

Commit

Permalink
drop testnet bin34height to genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
mraksoll4 committed Jun 2, 2021
1 parent 29986c3 commit 6a449fe
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 @@ -373,7 +373,7 @@ class CRegTestParams : public CChainParams {
consensus.signet_challenge.clear();
consensus.nSubsidyHalvingInterval = 150;
consensus.BIP16Exception = uint256();
consensus.BIP34Height = 17; // BIP34 activated on regtest (Used in functional tests)
consensus.BIP34Height = 0; // BIP34 activated on regtest (Used in functional tests)
consensus.BIP34Hash = uint256();
consensus.BIP65Height = 0; // BIP65 activated on regtest (Used in functional tests)
consensus.BIP66Height = 0; // BIP66 activated on regtest (Used in functional tests)
Expand Down

0 comments on commit 6a449fe

Please sign in to comment.