Skip to content

Commit

Permalink
adjust decrypt parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Jan 18, 2021
1 parent bd4395f commit c4d536b
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -31,14 +31,14 @@ impl TallyCommand {
threshold: u32,
) -> Self {
self.command
.arg("decrypt-with-shares")
.arg("decrypt")
.arg("--tally")
.arg(encrypted_tally.as_ref())
.arg("--maxvotes")
.arg("--max-votes")
.arg(max_votes.to_string())
.arg("--shares")
.arg(shares.as_ref())
.arg("--tablesize")
.arg("--table-size")
.arg(tablesize.to_string())
.arg("--threshold")
.arg(threshold.to_string());
Expand Down

0 comments on commit c4d536b

Please sign in to comment.