mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
chore: dont set some ready when draining pending txs (#6620)
This commit is contained in:
@@ -1163,7 +1163,6 @@ where
|
||||
let mut new_txs = Vec::new();
|
||||
while let Poll::Ready(Some(hash)) = this.pending_transactions.poll_next_unpin(cx) {
|
||||
new_txs.push(hash);
|
||||
some_ready = true;
|
||||
}
|
||||
if !new_txs.is_empty() {
|
||||
this.on_new_transactions(new_txs);
|
||||
|
||||
Reference in New Issue
Block a user