Skip to content

Commit f90b976

Browse files
authored
Update crates/batcher/src/lib.rs
1 parent a4bf607 commit f90b976

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/batcher/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ impl Batcher {
678678
.batch_queue
679679
.extract_if(|entry, _| entry.sender == user_address);
680680

681-
// Notify user via websocket before removing the proofs
681+
// Notify user via websocket
682682
for (entry, _) in removed_entries {
683683
if let Some(ws_sink) = entry.messaging_sink {
684684
let ws_sink_clone = ws_sink.clone();

0 commit comments

Comments
 (0)