Skip to content

Commit

Permalink
docs: fix docs (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Dec 14, 2024
1 parent d5b9014 commit 569f82b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/consensus/src/transaction/pooled.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ use core::hash::{Hash, Hasher};
/// A response to `GetPooledTransactions`. This can include a typed signed transaction, but cannot
/// include a deposit transaction or EIP-4844 transaction.
///
/// The difference between this and the [`OpTxEnvelope`](crate::OpTxEnvelope) is that this type
/// does not have the deposit transaction variant, which is not expected to be pooled.
/// The difference between this and the [`OpTxEnvelope`] is that this type does not have the deposit
/// transaction variant, which is not expected to be pooled.
#[derive(Clone, Debug, PartialEq, Eq)]
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
#[cfg_attr(all(any(test, feature = "arbitrary"), feature = "k256"), derive(arbitrary::Arbitrary))]
Expand Down

0 comments on commit 569f82b

Please sign in to comment.