From 366882ee87ff494b2cd44a2a4effb137e4cbe45f Mon Sep 17 00:00:00 2001 From: Arya Date: Thu, 7 Dec 2023 13:48:54 -0500 Subject: [PATCH] updates estimated release height --- zebrad/src/components/sync/end_of_support.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebrad/src/components/sync/end_of_support.rs b/zebrad/src/components/sync/end_of_support.rs index 3fc8633c144..340d8fe6da2 100644 --- a/zebrad/src/components/sync/end_of_support.rs +++ b/zebrad/src/components/sync/end_of_support.rs @@ -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.