fixup! feature: Add network upgrade activation heights
This commit is contained in:
parent
4b683ea2b1
commit
0e0c36c010
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue