chore: remove redundant strategy fn impls (#13838)

Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
This commit is contained in:
Dan Cline
2025-01-17 08:03:11 -05:00
committed by GitHub
parent 0cc1ff0a0a
commit 5db01290f8

View File

@ -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)]