mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(evm, trie): more metrics (#11613)
This commit is contained in:
@ -372,7 +372,7 @@ where
|
||||
Ok(BlockExecutionOutput { state: self.state.take_bundle(), receipts, requests, gas_used })
|
||||
}
|
||||
|
||||
fn execute_with_state_witness<F>(
|
||||
fn execute_with_state_closure<F>(
|
||||
mut self,
|
||||
input: Self::Input<'_>,
|
||||
mut witness: F,
|
||||
|
||||
Reference in New Issue
Block a user