Skip to content

Commit

Permalink
comment for reason
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechsromek committed Jan 13, 2025
1 parent e3c33b2 commit 26afee5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions iris-mpc/src/bin/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,7 @@ async fn receive_batch(
"0011d065d2795f3a55f741da00000000",
];
if force_ignore.contains(&smpc_request.signup_id.as_str()) {
// Some party (maybe us) already meant to delete this request, so we
// skip it. 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 26afee5

Please sign in to comment.