Skip to content

Commit 3b25caf

Browse files
committed
fix comment
1 parent 0fd6da5 commit 3b25caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/batcher/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ impl Batcher {
599599

600600
let mut batch_state_guard = batch_state_guard;
601601

602-
// Process all entries for this user directly
602+
// Process all entries for this user
603603
while let Some(entry) = batch_state_guard.batch_queue.iter()
604604
.find(|(entry, _)| entry.sender == user_address)
605605
.map(|(entry, _)| entry.clone())

0 commit comments

Comments
 (0)