mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
docs(tx-pool): fix pending tx listener typo (#4171)
This commit is contained in:
@ -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).
|
||||
|
||||
Reference in New Issue
Block a user