mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(trie): move trie updates to reth-trie-common (#12863)
This commit is contained in:
@ -146,7 +146,7 @@ pub fn calculate_root_from_leaves_repeated(c: &mut Criterion) {
|
||||
hb.root();
|
||||
|
||||
if storage_updates.peek().is_some() {
|
||||
trie_updates.finalize(node_iter.walker, hb);
|
||||
trie_updates.finalize(hb, node_iter.walker.take_removed_keys());
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user