Skip to content

Commit

Permalink
Update crates/rpc-types/src/eth/fee.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Nordbjerg <[email protected]>
  • Loading branch information
mattsse and onbjerg authored Mar 29, 2024
1 parent 5345a30 commit 460a06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rpc-types/src/eth/fee.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ impl FeeHistory {
.copied()
}

/// Returns the blob fee of the requested block in the `eth_feeHistory` request.
/// Returns the blob fee of the latest block in the `eth_feeHistory` request.
pub fn latest_block_blob_base_fee(&self) -> Option<U256> {
// the blob fee requested block is the second last element in the list
self.base_fee_per_blob_gas
Expand Down

0 comments on commit 460a06a

Please sign in to comment.