Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Dec 22, 2023
1 parent 984b322 commit 0adab36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/evm/core/src/era_revm/transactions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ where
.collect()
});

let account_code = era_db.fetch_account_code(*account, &modified_keys, &bytecodes);
let account_code = era_db.fetch_account_code(*account, modified_keys, &bytecodes);

let (code_hash, code) = account_code
.map(|(hash, bytecode)| (B256::from(&hash.0), Some(bytecode)))
Expand Down

0 comments on commit 0adab36

Please sign in to comment.