diff --git a/crates/evm/src/execute.rs b/crates/evm/src/execute.rs index 2b221f14564a..8ebba4c71236 100644 --- a/crates/evm/src/execute.rs +++ b/crates/evm/src/execute.rs @@ -688,20 +688,9 @@ mod tests { &mut self.state } - fn with_state_hook(&mut self, _hook: Option>) {} - fn finish(&mut self) -> BundleState { self.finish_result.clone() } - - fn validate_block_post_execution( - &self, - _block: &RecoveredBlock, - _receipts: &[Receipt], - _requests: &Requests, - ) -> Result<(), ConsensusError> { - Ok(()) - } } #[derive(Clone)]