fixup! feature: Add network upgrade activation heights

This commit is contained in:
teor 2020-07-23 12:52:57 +10:00
parent 4b683ea2b1
commit 0e0c36c010
1 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,8 @@ fn activation_consistent_testnet() {
activation_consistent(Testnet)
}
/// Check that the activation_height, current, and next functions are
/// consistent for `network`.
/// Check that the activation_height, current, and next functions are consistent
/// for `network`.
fn activation_consistent(network: Network) {
let activation_list = NetworkUpgrade::activation_list(network);
let network_upgrades: HashSet<&NetworkUpgrade> = activation_list.values().collect();