From b3036e23bc862897f9114a2d4f2de9a08e0c7425 Mon Sep 17 00:00:00 2001 From: Jan Ciolek Date: Mon, 16 Sep 2024 13:42:47 +0000 Subject: [PATCH] Remove voting date, testnet is already at version 71 --- core/primitives/src/version.rs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/core/primitives/src/version.rs b/core/primitives/src/version.rs index 852ea2cf5e2..4a366459749 100644 --- a/core/primitives/src/version.rs +++ b/core/primitives/src/version.rs @@ -81,12 +81,7 @@ pub const PROTOCOL_UPGRADE_SCHEDULE: Lazy = Lazy: // let schedule = vec![(v1_datetime, v1_protocol_version), (v2_datetime, v2_protocol_version)]; // ProtocolUpgradeVotingSchedule::new_from_env_or_schedule(PROTOCOL_VERSION, schedule).unwrap() - // 2.2.0 - // Monday, 2024-09-16 19:00:00 UTC - let protocol_version = 71; - let datetime = ProtocolUpgradeVotingSchedule::parse_datetime("2024-09-16 19:00:00").unwrap(); - let schedule = vec![(datetime, protocol_version)]; - ProtocolUpgradeVotingSchedule::new_from_env_or_schedule(PROTOCOL_VERSION, schedule).unwrap() + ProtocolUpgradeVotingSchedule::new_from_env_or_schedule(PROTOCOL_VERSION, vec![]).unwrap() }); /// Gives new clients an option to upgrade without announcing that they support