Skip to content

Commit

Permalink
refactor(use clap to enforce pub keys): requires
Browse files Browse the repository at this point in the history
use clap to enforce pub key requirements for generating shares
  • Loading branch information
cong-or committed May 30, 2023
1 parent 0c4ec64 commit bcfb9ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tally/src/main.rs
Expand Up @@ -45,6 +45,7 @@ pub struct Args {
short,
long,
requires = "encrypted_tally",
requires = "public_keys",
value_delimiter = ' ',
num_args = 1..
)]
Expand Down

0 comments on commit bcfb9ca

Please sign in to comment.