We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eeba7e commit fdd9d5bCopy full SHA for fdd9d5b
crates/trie/common/src/input.rs
@@ -61,9 +61,6 @@ impl TrieInput {
61
}
62
63
/// 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.
67
pub fn extend_with_blocks<'a>(
68
&mut self,
69
blocks: impl IntoIterator<Item = (&'a HashedPostState, &'a TrieUpdates)>,
0 commit comments