Skip to content

Commit

Permalink
Fix accidentally pulled bug in eQC rule (#3904)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszrzasik authored Nov 21, 2024
1 parent dde1524 commit 1ffa461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/types/src/consensus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ impl<TYPES: NodeType> Consensus<TYPES> {
let mut is_leaf_extended = true;
if let Err(e) = self.visit_leaf_ancestors(
leaf_view,
Terminator::Inclusive(leaf_view - 1),
Terminator::Inclusive(leaf_view - 2),
true,
|leaf, _, _| {
tracing::trace!(
Expand Down

0 comments on commit 1ffa461

Please sign in to comment.