Skip to content

Commit

Permalink
Clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Sep 7, 2024
1 parent babb9dc commit 2a5f878
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zero_bin/rpc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ where
.context("target block is missing field `base_fee_per_gas`")?
.into()
} else {
// Forces the EIP-1559 baseFee to 0 (needed for 0 price calls)
0.into()
},
block_gas_used: target_block.header.gas_used.into(),
Expand Down

0 comments on commit 2a5f878

Please sign in to comment.