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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user