We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4bf607 commit f90b976Copy full SHA for f90b976
1 file changed
crates/batcher/src/lib.rs
@@ -678,7 +678,7 @@ impl Batcher {
678
.batch_queue
679
.extract_if(|entry, _| entry.sender == user_address);
680
681
- // Notify user via websocket before removing the proofs
+ // Notify user via websocket
682
for (entry, _) in removed_entries {
683
if let Some(ws_sink) = entry.messaging_sink {
684
let ws_sink_clone = ws_sink.clone();
0 commit comments