Updates end of support height

This commit is contained in:
Arya 2024-04-11 18:35:57 -04:00
parent 7ed6cf152a
commit f24c09228d
1 changed files with 1 additions and 1 deletions

View File

@ -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_413_000;
pub const ESTIMATED_RELEASE_HEIGHT: u32 = 2_471_000;
/// The maximum number of days after `ESTIMATED_RELEASE_HEIGHT` where a Zebra server will run
/// without halting.