Skip to content

Commit

Permalink
chore(op): Ethereum -> Optimism in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hai-rise committed Oct 23, 2024
1 parent 7fd28df commit e6ed228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/optimism/payload/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@ where
}
}

/// Constructs an Ethereum transaction payload from the transactions sent through the
/// Constructs an Optimism transaction payload from the transactions sent through the
/// Payload attributes by the sequencer. If the `no_tx_pool` argument is passed in
/// the payload attributes, the transaction pool will be ignored and the only transactions
/// included in the payload will be those sent through the attributes.
///
/// Given build arguments including an Ethereum client, transaction pool,
/// Given build arguments including an Optimism client, transaction pool,
/// and configuration, this function creates a transaction payload. Returns
/// a result indicating success with the payload or an error in case of failure.
#[inline]
Expand Down

0 comments on commit e6ed228

Please sign in to comment.