From 6a449fe38987c120dc755cdd397cbd0937dd5b3c Mon Sep 17 00:00:00 2001 From: mraksoll4 <32709596+mraksoll4@users.noreply.github.com> Date: Wed, 2 Jun 2021 09:01:10 +0300 Subject: [PATCH] drop testnet bin34height to genesis --- src/chainparams.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index ec86617..f2cbc7a 100755 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -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)