fix(chainparams): update BIP34 height and hash for testnet
The BIP34 activation height was increased to 1700 and the hash was initialized to support upcoming testnet changes
This commit is contained in:
@@ -185,7 +185,8 @@ public:
|
||||
strNetworkID = CBaseChainParams::TESTNET;
|
||||
consensus.nSubsidyHalvingInterval = 210000;
|
||||
|
||||
consensus.BIP34Height = 1250;
|
||||
consensus.BIP34Height = 1700;
|
||||
consensus.BIP34Hash = uint256();
|
||||
consensus.BIP65Height = 0;
|
||||
consensus.BIP66Height = 0;
|
||||
consensus.CSVHeight = 0;
|
||||
|
||||
Reference in New Issue
Block a user