mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
perf: avoid cloning bytecode when converting revm's &AccountInfo to reth's Account (#13126)
This commit is contained in:
@ -171,7 +171,7 @@ fn bundle_state_root(execution_outcome: &ExecutionOutcome) -> B256 {
|
||||
(
|
||||
address,
|
||||
(
|
||||
Into::<Account>::into(info.clone()),
|
||||
Into::<Account>::into(info),
|
||||
storage_root_unhashed(
|
||||
account
|
||||
.storage
|
||||
|
||||
Reference in New Issue
Block a user