Skip to content

Commit

Permalink
set protocol voting
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelo-gonzalez committed Jul 25, 2023
1 parent 4b7fc69 commit 1e781bc
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 @@ -201,7 +201,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-06-27 15:00:00").unwrap()
ProtocolUpgradeVotingSchedule::from_env_or_str("2023-08-01 15:00:00").unwrap() // Tuesday
});

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

0 comments on commit 1e781bc

Please sign in to comment.