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:
2025-11-14 14:46:27 +01:00
parent 96eef06c25
commit efe1cbf18b

View File

@@ -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;