mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
chore: bump revm to latest with placeholders for EOF (#7765)
This commit is contained in:
@ -87,7 +87,7 @@ where
|
||||
}
|
||||
|
||||
// get previous env
|
||||
let previous_env = Box::new(evm.env().clone());
|
||||
let previous_env = Box::new(evm.context.env().clone());
|
||||
|
||||
// modify env for pre block call
|
||||
fill_tx_env_with_beacon_root_contract_call(&mut evm.context.evm.env, parent_beacon_block_root);
|
||||
|
||||
Reference in New Issue
Block a user