mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-10 07:48:19 -05:00
fix optimism
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user