Skip to content

Commit

Permalink
push voting date to 10.10.2022
Browse files Browse the repository at this point in the history
  • Loading branch information
posvyatokum committed Oct 5, 2022
1 parent c5ac9dc commit 62230d3
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 @@ -183,7 +183,7 @@ const PROTOCOL_UPGRADE_SCHEDULE: Lazy<HashMap<ProtocolVersion, ProtocolUpgradeVo
let mut schedule = HashMap::new();
// Update to latest protocol version on release.
schedule
.insert(57, ProtocolUpgradeVotingSchedule::from_str("2022-10-05 15:00:00").unwrap());
.insert(57, ProtocolUpgradeVotingSchedule::from_str("2022-10-10 15:00:00").unwrap());

/*
// Final shardnet release. Do not include it in testnet or mainnet releases.
Expand Down

0 comments on commit 62230d3

Please sign in to comment.