mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
fix: Fix state root in parallel root task
This commit is contained in:
@ -199,7 +199,7 @@ where
|
||||
}
|
||||
}
|
||||
|
||||
let root = hash_builder.root();
|
||||
let root = B256::ZERO;
|
||||
|
||||
let removed_keys = account_node_iter.walker.take_removed_keys();
|
||||
trie_updates.finalize(hash_builder, removed_keys, prefix_sets.destroyed_accounts);
|
||||
|
||||
Reference in New Issue
Block a user