diff --git a/core/primitives/src/version.rs b/core/primitives/src/version.rs index 74d70f70751..a0676cfb85f 100644 --- a/core/primitives/src/version.rs +++ b/core/primitives/src/version.rs @@ -60,7 +60,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::default() + ProtocolUpgradeVotingSchedule::from_env_or_str("2023-09-26 15:00:00").unwrap() }); /// Gives new clients an option to upgrade without announcing that they support