Skip to content

Commit

Permalink
docs(tx-pool): fix pending tx listener typo (paradigmxyz#4171)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobkaufmann authored and alessandromazza98 committed Aug 19, 2023
1 parent ed0bb4a commit a0b1fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/transaction-pool/src/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ pub trait TransactionPool: Send + Sync + Clone {
/// Returns a new stream that yields new valid transactions added to the pool.
fn new_transactions_listener(&self) -> Receiver<NewTransactionEvent<Self::Transaction>>;

/// Returns a new Stream that yields new transactions added to the basefee-pool.
/// Returns a new Stream that yields new transactions added to the pending sub-pool.
///
/// This is a convenience wrapper around [Self::new_transactions_listener] that filters for
/// [SubPool::Pending](crate::SubPool).
Expand Down

0 comments on commit a0b1fa5

Please sign in to comment.