mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(node_builder): allow borrowing self in ConfigureEvm::evm (#8024)
This commit is contained in:
@ -298,7 +298,8 @@ fn execute_block(
|
||||
)
|
||||
.with_bundle_update()
|
||||
.build();
|
||||
let mut evm = EthEvmConfig::default().evm(state);
|
||||
let evm_config = EthEvmConfig::default();
|
||||
let mut evm = evm_config.evm(state);
|
||||
|
||||
// Set state clear flag.
|
||||
evm.db_mut().set_state_clear_flag(
|
||||
|
||||
Reference in New Issue
Block a user