From d05f33dd3dfa08ffae4b6a863185adbe1583b6d3 Mon Sep 17 00:00:00 2001 From: Quantum Explorer Date: Wed, 18 Sep 2024 19:02:08 +0700 Subject: [PATCH] chore: change upgrade on testnet 1 epoch later --- .../src/execution/engine/consensus_params_update/v0/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rs-drive-abci/src/execution/engine/consensus_params_update/v0/mod.rs b/packages/rs-drive-abci/src/execution/engine/consensus_params_update/v0/mod.rs index 980046b0aa..1fc6894497 100644 --- a/packages/rs-drive-abci/src/execution/engine/consensus_params_update/v0/mod.rs +++ b/packages/rs-drive-abci/src/execution/engine/consensus_params_update/v0/mod.rs @@ -30,7 +30,7 @@ pub(super) fn consensus_params_update_v0( } } Network::Testnet => { - if epoch_info.is_first_block_of_epoch(1475) { + if epoch_info.is_first_block_of_epoch(1476) { return Some(ConsensusParams { block: None, evidence: None,