fix(chainparams): update BIP34Height to 1250 for testnet

The BIP34 activation height was lowered to match the actual activation point on testnet, ensuring proper block validation behavior.
This commit is contained in:
2025-11-14 10:27:23 +01:00
parent 9f156ae1ad
commit 7ebe9d9305

View File

@@ -185,7 +185,7 @@ public:
strNetworkID = CBaseChainParams::TESTNET;
consensus.nSubsidyHalvingInterval = 210000;
consensus.BIP34Height = 8192;
consensus.BIP34Height = 1250;
consensus.BIP65Height = 0;
consensus.BIP66Height = 0;
consensus.CSVHeight = 0;