perf: avoid cloning bytecode when converting revm's &AccountInfo to reth's Account (#13126)

This commit is contained in:
Hai | RISE
2024-12-04 20:13:35 +07:00
committed by GitHub
parent 8d1a332119
commit 53243a29f3
7 changed files with 18 additions and 9 deletions

View File

@ -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