Skip to content

Commit

Permalink
Set mainnet voting to Mon, Jun 24th 12PM UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
posvyatokum committed Jun 17, 2024
1 parent 91ae968 commit 16eaa55
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 @@ -64,9 +64,9 @@ 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());

// 1.40.0-rc.1
// 1.40.0
// Monday
ProtocolUpgradeVotingSchedule::from_env_or_str("2024-05-27 01:00:00").unwrap()
ProtocolUpgradeVotingSchedule::from_env_or_str("2024-06-24 12:00:00").unwrap()
});

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

0 comments on commit 16eaa55

Please sign in to comment.