Skip to content

Commit 2d04f79

Browse files
curiecryptiquerejeta
authored andcommitted
clippy error
1 parent 8d5ba98 commit 2d04f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mithril-stm/tests/test_stm_protocol.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ fn test_full_protocol() {
9292
phi_f: 0.2,
9393
};
9494

95-
let init = initialization_phase(nparties as i32, rng.clone(), params);
95+
let init = initialization_phase(nparties, rng.clone(), params);
9696
let operation = operation_phase(params, init.0, init.1, msg);
9797

9898
let msig = operation.0;

0 commit comments

Comments
 (0)