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 abd283f commit 613ea79Copy full SHA for 613ea79
crates/trie/sparse/src/state.rs
@@ -351,9 +351,6 @@ impl<F: BlindedProviderFactory> SparseStateTrie<F> {
351
self.retain_updates,
352
)?;
353
354
- // Reserve the capacity for new nodes ahead of time.
355
- trie.reserve_nodes(new_nodes);
356
-
357
// Reveal the remaining proof nodes.
358
for (path, node) in account_nodes {
359
let (hash_mask, tree_mask) = if let TrieNode::Branch(_) = node {
0 commit comments