Skip to content

Commit 2a62f2d

Browse files
docs(tx-pool): fix pending tx listener typo (paradigmxyz#4171)
1 parent 81e8ad4 commit 2a62f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/transaction-pool/src/traits.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ pub trait TransactionPool: Send + Sync + Clone {
127127
/// Returns a new stream that yields new valid transactions added to the pool.
128128
fn new_transactions_listener(&self) -> Receiver<NewTransactionEvent<Self::Transaction>>;
129129

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

0 commit comments

Comments
 (0)