Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit acdd264

Browse files
committed
fix ci
1 parent 0345117 commit acdd264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rpc/rpc-types-compat/src/engine/payload.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub fn try_payload_v1_to_block(payload: ExecutionPayloadV1) -> Result<Block, Pay
1818
return Err(PayloadError::ExtraData(payload.extra_data))
1919
}
2020

21-
#[cfg(not(feature = "opbnb"))]
21+
#[cfg(not(feature = "optimism"))]
2222
if payload.base_fee_per_gas.is_zero() {
2323
return Err(PayloadError::BaseFee(payload.base_fee_per_gas))
2424
}

0 commit comments

Comments
 (0)