Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
yutianwu committed Aug 2, 2024
1 parent 4a6dc63 commit 1d6aa5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rpc/rpc/src/eth/helpers/optimism.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ where
let mut optimism_tx_meta = self.build_op_tx_meta(&tx, l1_block_info, block.timestamp)?;

if self.inner.provider().chain_spec().is_wright_active_at_timestamp(block.timestamp) &&
tx.effective_gas_price(meta.base_fee) ==0
tx.effective_gas_price(meta.base_fee) == 0
{
optimism_tx_meta.l1_fee = Some(0);
}
Expand Down

0 comments on commit 1d6aa5a

Please sign in to comment.