Skip to content

Commit

Permalink
update voting start for testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
ppca committed Sep 19, 2023
1 parent 6ff1acf commit f97e1ab
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 @@ -60,7 +60,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::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
Expand Down

0 comments on commit f97e1ab

Please sign in to comment.