Skip to content

Commit

Permalink
updates estimated release height
Browse files Browse the repository at this point in the history
  • Loading branch information
arya2 committed Dec 7, 2023
1 parent 9629d7b commit 366882e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebrad/src/components/sync/end_of_support.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use zebra_chain::{
use crate::application::release_version;

/// The estimated height that this release will be published.
pub const ESTIMATED_RELEASE_HEIGHT: u32 = 2_340_000;
pub const ESTIMATED_RELEASE_HEIGHT: u32 = 2_325_000;

/// The maximum number of days after `ESTIMATED_RELEASE_HEIGHT` where a Zebra server will run
/// without halting.
Expand Down

0 comments on commit 366882e

Please sign in to comment.