mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 23:38:10 -05:00
docs(trie): correct TrieInput::extend_with_blocks docstring (#20225)
This commit is contained in:
@@ -61,9 +61,6 @@ impl TrieInput {
|
||||
}
|
||||
|
||||
/// Extend the trie input with the provided blocks, from oldest to newest.
|
||||
///
|
||||
/// For blocks with missing trie updates, the trie input will be extended with prefix sets
|
||||
/// constructed from the state of this block and the state itself, **without** trie updates.
|
||||
pub fn extend_with_blocks<'a>(
|
||||
&mut self,
|
||||
blocks: impl IntoIterator<Item = (&'a HashedPostState, &'a TrieUpdates)>,
|
||||
|
||||
Reference in New Issue
Block a user