Skip to content

Commit 5db0129

Browse files
RjectedDaniPopes
andauthored
chore: remove redundant strategy fn impls (#13838)
Co-authored-by: DaniPopes <[email protected]>
1 parent 0cc1ff0 commit 5db0129

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

crates/evm/src/execute.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -688,20 +688,9 @@ mod tests {
688688
&mut self.state
689689
}
690690

691-
fn with_state_hook(&mut self, _hook: Option<Box<dyn OnStateHook>>) {}
692-
693691
fn finish(&mut self) -> BundleState {
694692
self.finish_result.clone()
695693
}
696-
697-
fn validate_block_post_execution(
698-
&self,
699-
_block: &RecoveredBlock<reth_primitives::Block>,
700-
_receipts: &[Receipt],
701-
_requests: &Requests,
702-
) -> Result<(), ConsensusError> {
703-
Ok(())
704-
}
705694
}
706695

707696
#[derive(Clone)]

0 commit comments

Comments
 (0)