Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yutianwu committed Aug 6, 2024
1 parent 0345117 commit acdd264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rpc/rpc-types-compat/src/engine/payload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub fn try_payload_v1_to_block(payload: ExecutionPayloadV1) -> Result<Block, Pay
return Err(PayloadError::ExtraData(payload.extra_data))
}

#[cfg(not(feature = "opbnb"))]
#[cfg(not(feature = "optimism"))]
if payload.base_fee_per_gas.is_zero() {
return Err(PayloadError::BaseFee(payload.base_fee_per_gas))
}
Expand Down

0 comments on commit acdd264

Please sign in to comment.