Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Sep 25, 2024
1 parent 4d25792 commit f44794f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/primitives/src/transaction/pooled.rs
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ impl PooledTransactionsElement {

/// Returns the enveloped encoded transactions.
///
/// See also [`TransactionSigned::encode_enveloped`]
/// See also [`alloy_eips::eip2718::Encodable2718::encoded_2718`]
pub fn envelope_encoded(&self) -> Bytes {
let mut buf = Vec::new();
self.encode_enveloped(&mut buf);
Expand Down

0 comments on commit f44794f

Please sign in to comment.