mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: make clippy happy (#13772)
This commit is contained in:
@ -130,7 +130,6 @@ impl<T: TransactionOrdering> BestTransactions<T> {
|
||||
Err(TryRecvError::Lagged(_)) => {
|
||||
// Handle the case where the receiver lagged too far behind.
|
||||
// `num_skipped` indicates the number of messages that were skipped.
|
||||
continue
|
||||
}
|
||||
|
||||
// this case is still better than the existing iterator behavior where no new
|
||||
|
||||
Reference in New Issue
Block a user