Skip to content

Commit

Permalink
Estimate release height to ~ upcoming Tuesday
Browse files Browse the repository at this point in the history
  • Loading branch information
upbqdn committed Jun 28, 2024
1 parent c8a1cfa commit b982052
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_561_000;
pub const ESTIMATED_RELEASE_HEIGHT: u32 = 2_562_000;

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

0 comments on commit b982052

Please sign in to comment.