feat(evm, trie): more metrics (#11613)

This commit is contained in:
Alexey Shekhirin
2024-10-10 09:27:01 +01:00
committed by GitHub
parent a4b8150201
commit 58bfa60cea
11 changed files with 116 additions and 37 deletions

View File

@ -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,