Skip to content

Commit

Permalink
remove uneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Oct 2, 2024
1 parent 0a9ac9b commit ee09463
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/catalyst-voting/tests/voting_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ fn voting_test(voters: [Voter; 100]) {
.map(|t| decrypt_tally(t, &election_secret_key, &decryption_tally_setup).unwrap())
.collect();

// verify tally proofs
let is_ok = tally_proofs
.iter()
.zip(encrypted_tallies.iter())
Expand Down

0 comments on commit ee09463

Please sign in to comment.