Skip to content

Commit fdd9d5b

Browse files
docs(trie): correct TrieInput::extend_with_blocks docstring (#20225)
1 parent 9eeba7e commit fdd9d5b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crates/trie/common/src/input.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ impl TrieInput {
6161
}
6262

6363
/// Extend the trie input with the provided blocks, from oldest to newest.
64-
///
65-
/// For blocks with missing trie updates, the trie input will be extended with prefix sets
66-
/// constructed from the state of this block and the state itself, **without** trie updates.
6764
pub fn extend_with_blocks<'a>(
6865
&mut self,
6966
blocks: impl IntoIterator<Item = (&'a HashedPostState, &'a TrieUpdates)>,

0 commit comments

Comments
 (0)