Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg committed Jul 9, 2024
1 parent 9719c8a commit f6a7a59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/rpc/rpc-eth-types/src/revm_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ where
.unwrap_or_default())
}

/// Helper type for representing the fees of a [`TransactionRequest`]
#[derive(Debug)]
pub struct CallFees {
/// EIP-1559 priority fee
Expand All @@ -82,7 +81,6 @@ pub struct CallFees {
// === impl CallFees ===

impl CallFees {
/// Ensures the fields of a [`TransactionRequest`] are not conflicting.
///
/// # EIP-4844 transactions
///
Expand Down

0 comments on commit f6a7a59

Please sign in to comment.