From 3ed9d5602c6ad3aca27786d16209911225834991 Mon Sep 17 00:00:00 2001 From: Nikolay Kurtov Date: Tue, 30 May 2023 11:47:03 +0200 Subject: [PATCH] Mainnet protocol voting, 2 weeks from now. --- core/primitives/src/version.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/primitives/src/version.rs b/core/primitives/src/version.rs index 52d53178f7c..97a77721582 100644 --- a/core/primitives/src/version.rs +++ b/core/primitives/src/version.rs @@ -193,7 +193,7 @@ pub const PROTOCOL_UPGRADE_SCHEDULE: Lazy = Lazy: // after the set date. Ideally that should be during working hours. // e.g. ProtocolUpgradeVotingSchedule::from_env_or_str("2000-01-01 15:00:00").unwrap()); - ProtocolUpgradeVotingSchedule::from_env_or_str("2023-05-22 15:00:00").unwrap() + ProtocolUpgradeVotingSchedule::from_env_or_str("2023-06-12 15:00:00").unwrap() // Monday }); /// Gives new clients an option to upgrade without announcing that they support