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:
@ -137,7 +137,7 @@ where
|
||||
///
|
||||
/// It does __not__ apply post-execution changes.
|
||||
fn execute_pre_and_transactions<Ext, DB>(
|
||||
&mut self,
|
||||
&self,
|
||||
block: &BlockWithSenders,
|
||||
mut evm: Evm<'_, Ext, &mut State<DB>>,
|
||||
) -> Result<(Vec<Receipt>, u64), BlockExecutionError>
|
||||
|
||||
Reference in New Issue
Block a user