mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor: remove Receipts struct (#14130)
This commit is contained in:
@ -589,7 +589,7 @@ impl<P> RevealedSparseTrie<P> {
|
||||
|
||||
// Get the nodes that have changed at the given depth.
|
||||
let (targets, new_prefix_set) = self.get_changed_nodes_at_depth(&mut prefix_set, depth);
|
||||
// Update the prefix set to the prefix set of the nodes that stil need to be updated.
|
||||
// Update the prefix set to the prefix set of the nodes that still need to be updated.
|
||||
self.prefix_set = new_prefix_set;
|
||||
|
||||
trace!(target: "trie::sparse", ?depth, ?targets, "Updating nodes at depth");
|
||||
|
||||
Reference in New Issue
Block a user