We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d302bb commit 9e12e4cCopy full SHA for 9e12e4c
zebra-consensus/src/transaction/tests.rs
@@ -2870,6 +2870,8 @@ async fn v5_consensus_branch_ids() {
2870
// Check an outdated network upgrade.
2871
let Some(height) = next_nu.activation_height(&network) else {
2872
tracing::warn!(?next_nu, "missing activation height",);
2873
+ // Shift the network upgrade for the next loop iteration.
2874
+ network_upgrade = next_nu;
2875
continue;
2876
};
2877
0 commit comments