Skip to content

Commit f63fe6b

Browse files
committed
update comment
1 parent f27dde8 commit f63fe6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tasks/tx_poller.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ pub struct TxPoller {
2626
pub poll_interval_ms: u64,
2727
}
2828

29-
/// [`TxPoller`] implements a poller task that fetches unique transactions from the transaction pool.
29+
/// [`TxPoller`] implements a poller task that fetches transactions from the transaction pool
30+
/// and sends them into the provided channel sender.
3031
impl TxPoller {
3132
/// Returns a new [`TxPoller`] with the given config.
3233
/// * Defaults to 1000ms poll interval (1s).

0 commit comments

Comments
 (0)