Skip to content

Commit

Permalink
ditto
Browse files Browse the repository at this point in the history
  • Loading branch information
JereSalo committed Dec 27, 2024
1 parent 4ad72e0 commit cd42fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/vm/vm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ cfg_if::cfg_if! {

let mut receipts = Vec::new();
let mut cumulative_gas_used = 0;
let block_cache: CacheDB = HashMap::new();
let mut block_cache: CacheDB = HashMap::new();

for tx in block.body.transactions.iter() {
let report = execute_tx_levm(tx, block_header, store_wrapper.clone(), block_cache.clone()).unwrap();
Expand Down

0 comments on commit cd42fd4

Please sign in to comment.