Skip to content

Commit

Permalink
Update crates/trie/src/walker.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrasiuk committed Feb 26, 2024
1 parent 5181850 commit f3c0e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/trie/src/walker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ impl<C: TrieCursor> TrieWalker<C> {
return Ok(())
}
if subnode.nibble() == 0xf {
break;
break
}
subnode.inc_nibble();
}
Expand Down

0 comments on commit f3c0e2a

Please sign in to comment.