fix optimism

This commit is contained in:
Alexey Shekhirin
2024-05-22 19:52:23 +01:00
parent 93909bfe43
commit e736788988

View File

@@ -114,7 +114,7 @@ impl Consensus for OptimismBeaconConsensus {
&self,
block: &BlockWithSenders,
receipts: &[Receipt],
_input: &Self::PostExecutionInput,
_input: Self::PostExecutionInput,
) -> Result<(), ConsensusError> {
validate_block_post_execution(block, &self.chain_spec, receipts)
}