aboutsummaryrefslogtreecommitdiff
path: root/src/chainparams.cpp
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-07-03 16:37:00 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-06-18 20:58:03 +0200
commit222290f54388270937cb6c174195717e2214ec0d (patch)
treecedf5bf567380c242fcf2d3eea18dd67a5b08d90 /src/chainparams.cpp
parentfac90c55be478f0323eafa1d560ea2c56f04fb23 (diff)
downloadbitcoin-222290f54388270937cb6c174195717e2214ec0d.tar.xz
test: Set BIP34Height = 2 for regtest
Diffstat (limited to 'src/chainparams.cpp')
-rw-r--r--src/chainparams.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chainparams.cpp b/src/chainparams.cpp
index fdaadeed4a..1a0af6ffea 100644
--- a/src/chainparams.cpp
+++ b/src/chainparams.cpp
@@ -390,7 +390,7 @@ public:
consensus.signet_challenge.clear();
consensus.nSubsidyHalvingInterval = 150;
consensus.BIP16Exception = uint256();
- consensus.BIP34Height = 500; // BIP34 activated on regtest (Used in functional tests)
+ consensus.BIP34Height = 2; // BIP34 activated on regtest (Block at height 1 not enforced for testing purposes)
consensus.BIP34Hash = uint256();
consensus.BIP65Height = 1351; // BIP65 activated on regtest (Used in functional tests)
consensus.BIP66Height = 1251; // BIP66 activated on regtest (Used in functional tests)