Skip to content

Commit

Permalink
Delay protocol voting by 7 more days.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikurt committed May 9, 2023
1 parent 21a0a7c commit 073460d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/primitives/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ 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());

ProtocolUpgradeVotingSchedule::from_env_or_str("2023-05-15 15:00:00").unwrap()
ProtocolUpgradeVotingSchedule::from_env_or_str("2023-05-22 15:00:00").unwrap()
});

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

0 comments on commit 073460d

Please sign in to comment.