We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27dde8 commit f63fe6bCopy full SHA for f63fe6b
src/tasks/tx_poller.rs
@@ -26,7 +26,8 @@ pub struct TxPoller {
26
pub poll_interval_ms: u64,
27
}
28
29
-/// [`TxPoller`] implements a poller task that fetches unique transactions from the transaction pool.
+/// [`TxPoller`] implements a poller task that fetches transactions from the transaction pool
30
+/// and sends them into the provided channel sender.
31
impl TxPoller {
32
/// Returns a new [`TxPoller`] with the given config.
33
/// * Defaults to 1000ms poll interval (1s).
0 commit comments