We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e8ad4 commit 2a62f2dCopy full SHA for 2a62f2d
crates/transaction-pool/src/traits.rs
@@ -127,7 +127,7 @@ pub trait TransactionPool: Send + Sync + Clone {
127
/// Returns a new stream that yields new valid transactions added to the pool.
128
fn new_transactions_listener(&self) -> Receiver<NewTransactionEvent<Self::Transaction>>;
129
130
- /// 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.
131
///
132
/// This is a convenience wrapper around [Self::new_transactions_listener] that filters for
133
/// [SubPool::Pending](crate::SubPool).
0 commit comments