mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor: always create Evm through ConfigureEvm (#13812)
This commit is contained in:
@ -713,8 +713,7 @@ where
|
||||
SystemCaller::new(self.evm_config.clone(), self.chain_spec.clone())
|
||||
.pre_block_beacon_root_contract_call(
|
||||
db,
|
||||
&self.evm_env.cfg_env_with_handler_cfg,
|
||||
&self.evm_env.block_env,
|
||||
&self.evm_env,
|
||||
self.attributes().payload_attributes.parent_beacon_block_root,
|
||||
)
|
||||
.map_err(|err| {
|
||||
|
||||
Reference in New Issue
Block a user