Skip to content

Commit

Permalink
chore: change upgrade on testnet 1 epoch later (#2141)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer authored Sep 18, 2024
1 parent 0e8310b commit 44c4731
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 44c4731

Please sign in to comment.