Skip to content

Commit

Permalink
Update ESTIMATED_RELEASE_HEIGHT
Browse files Browse the repository at this point in the history
  • Loading branch information
upbqdn committed Oct 29, 2024
1 parent 6911085 commit 577f325
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_694_000;
pub const ESTIMATED_RELEASE_HEIGHT: u32 = 2_698_000;

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

0 comments on commit 577f325

Please sign in to comment.