Skip to content

Commit

Permalink
[1.39] set voting date
Browse files Browse the repository at this point in the history
  • Loading branch information
VanBarbascu committed Apr 8, 2024
1 parent 9912d34 commit 6de21b4
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 @@ -65,7 +65,7 @@ pub const PROTOCOL_UPGRADE_SCHEDULE: Lazy<ProtocolUpgradeVotingSchedule> = Lazy:
// e.g. ProtocolUpgradeVotingSchedule::from_env_or_str("2000-01-01 15:00:00").unwrap());

// Wednesday
ProtocolUpgradeVotingSchedule::from_env_or_str("2024-03-20 14:00:00").unwrap()
ProtocolUpgradeVotingSchedule::from_env_or_str("2024-04-10 03:00:00").unwrap()
});

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

0 comments on commit 6de21b4

Please sign in to comment.