From b982052bc224bc98fc8e2c35741090b9c2b51ad3 Mon Sep 17 00:00:00 2001 From: Marek Date: Fri, 28 Jun 2024 18:24:46 +0200 Subject: [PATCH] Estimate release height to ~ upcoming Tuesday --- 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 60c547474f..0f6041a400 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_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.