Skip to content

Commit

Permalink
update voting date to 2024-02-05
Browse files Browse the repository at this point in the history
  • Loading branch information
posvyatokum committed Jan 29, 2024
1 parent f4a9a68 commit ea69991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/primitives/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ pub const PROTOCOL_UPGRADE_SCHEDULE: Lazy<ProtocolUpgradeVotingSchedule> = 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());

// Tuesday
ProtocolUpgradeVotingSchedule::from_env_or_str("2024-01-30 15:00:00").unwrap()
// Monday
ProtocolUpgradeVotingSchedule::from_env_or_str("2024-02-05 15:00:00").unwrap()
});

/// Gives new clients an option to upgrade without announcing that they support
Expand Down

0 comments on commit ea69991

Please sign in to comment.