pub const BIP54_ACTIVATION_REGTEST: u64 = u64::MAX; // 18_446_744_073_709_551_615u64Expand description
BIP54: Consensus Cleanup - Regtest activation height
Set to u64::MAX so regtest matches mainnet/testnet (BIP54 off by default). To test BIP54 on regtest, use a lower activation (e.g. 0) via config or override.