Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Mar 18, 2024
1 parent 1b85633 commit bed2e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/rpc-types/src/eth/transaction/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ pub struct Transaction {
impl Transaction {
/// Converts [Transaction] into [TransactionRequest].
///
/// During this conversion data for [TransactionRequest::sidecar] is lost as it is not part of
/// [Transaction].
/// During this conversion data for [TransactionRequest::sidecar] is not populated as it is not
/// part of [Transaction].
pub fn into_request(self) -> TransactionRequest {
TransactionRequest {
from: Some(self.from),
Expand Down

0 comments on commit bed2e9d

Please sign in to comment.