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,