From 0e0c36c0108864ef0184791cdbaa84b21c48517c Mon Sep 17 00:00:00 2001 From: teor Date: Thu, 23 Jul 2020 12:52:57 +1000 Subject: [PATCH] fixup! feature: Add network upgrade activation heights --- zebra-consensus/src/parameters/tests.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zebra-consensus/src/parameters/tests.rs b/zebra-consensus/src/parameters/tests.rs index 66b45ada..06eeb3c9 100644 --- a/zebra-consensus/src/parameters/tests.rs +++ b/zebra-consensus/src/parameters/tests.rs @@ -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();