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 f7adac3 commit e3c33b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iris-mpc/src/bin/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ async fn receive_batch(
msg_counter += 1;

let shares_encryption_key_pairs = shares_encryption_key_pairs.clone();

let smpc_request: UniquenessRequest =
serde_json::from_str(&message.message).map_err(|e| {
ReceiveRequestError::json_parse_error("Uniqueness request", e)
Expand Down

0 comments on commit e3c33b2

Please sign in to comment.