mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
perf: trie micro optimizations (#13282)
This commit is contained in:
@ -171,7 +171,7 @@ fn bundle_state_root(execution_outcome: &ExecutionOutcome) -> B256 {
|
||||
(
|
||||
address,
|
||||
(
|
||||
Into::<Account>::into(info),
|
||||
Account::from(info),
|
||||
storage_root_unhashed(
|
||||
account
|
||||
.storage
|
||||
|
||||
Reference in New Issue
Block a user