Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechsromek committed Jan 13, 2025
1 parent 26afee5 commit 0c3af28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion iris-mpc/src/bin/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,8 @@ async fn receive_batch(
"0011d065d2795f3a55f741da00000000",
];
if force_ignore.contains(&smpc_request.signup_id.as_str()) {
// This needs to be ignored due to incident-196. Ignore this message when calculating the batch size.
// This needs to be ignored due to incident-196. Ignore this message
// when calculating the batch size.
msg_counter -= 1;
continue;
}
Expand Down

0 comments on commit 0c3af28

Please sign in to comment.