Skip to content

Commit 1606a1a

Browse files
committed
perf(trie): refactor TrieNodeIter
Signed-off-by: 7suyash7 <[email protected]>
1 parent 8cfa555 commit 1606a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/trie/trie/src/node_iter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pub struct TrieNodeIter<C, H: HashedCursor> {
6969
previously_advanced_to_key: Option<B256>,
7070
/// Stores the result of the last successful [`Self::next_hashed_entry`], used to avoid a
7171
/// redundant [`Self::seek_hashed_entry`] call if the walker points to the same key that
72-
/// was just return by `next()`.
72+
/// was just returned by `next()`.
7373
last_next_result: Option<(B256, H::Value)>,
7474
}
7575

0 commit comments

Comments
 (0)