Skip to content

Commit

Permalink
chore: remove redundant strategy fn impls (#13838)
Browse files Browse the repository at this point in the history
Co-authored-by: DaniPopes <[email protected]>
  • Loading branch information
Rjected and DaniPopes authored Jan 17, 2025
1 parent 0cc1ff0 commit 5db0129
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions crates/evm/src/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -688,20 +688,9 @@ mod tests {
&mut self.state
}

fn with_state_hook(&mut self, _hook: Option<Box<dyn OnStateHook>>) {}

fn finish(&mut self) -> BundleState {
self.finish_result.clone()
}

fn validate_block_post_execution(
&self,
_block: &RecoveredBlock<reth_primitives::Block>,
_receipts: &[Receipt],
_requests: &Requests,
) -> Result<(), ConsensusError> {
Ok(())
}
}

#[derive(Clone)]
Expand Down

0 comments on commit 5db0129

Please sign in to comment.