set proto tx hf height

This commit is contained in:
Matt Hess
2026-02-18 18:24:16 +00:00
parent d99e139f3a
commit fedf09caa2

View File

@@ -70,7 +70,7 @@ static constexpr difficulty_type MAX_CUMULATIVE_DIFFICULTY{ 13019633956666736640
static constexpr uint64_t MAX_SIDECHAIN_HEIGHT = 31556952000ULL;
// Sidechain height at which real protocol_tx data replaces the stub in mainchain data
static constexpr uint64_t SIDECHAIN_PROTOCOL_TX_HARDFORK_HEIGHT = 1100ULL;
static constexpr uint64_t SIDECHAIN_PROTOCOL_TX_HARDFORK_HEIGHT = 800001ULL;
// Limited by the format of the Merkle tree parameters in tx_extra
static constexpr uint64_t MERGE_MINING_MAX_CHAINS = 256;