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 0fd6da5 commit 3b25cafCopy full SHA for 3b25caf
crates/batcher/src/lib.rs
@@ -599,7 +599,7 @@ impl Batcher {
599
600
let mut batch_state_guard = batch_state_guard;
601
602
- // Process all entries for this user directly
+ // Process all entries for this user
603
while let Some(entry) = batch_state_guard.batch_queue.iter()
604
.find(|(entry, _)| entry.sender == user_address)
605
.map(|(entry, _)| entry.clone())
0 commit comments