Skip to content

Commit

Permalink
use keys instead of member_keys for encryption key
Browse files Browse the repository at this point in the history
  • Loading branch information
ecioppettini committed Oct 15, 2020
1 parent 40d83e6 commit 2435c0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jcli/src/jcli_app/vote/encrypting_vote_key.rs
Expand Up @@ -8,8 +8,8 @@ pub struct EncryptingVoteKey {
#[structopt(
parse(try_from_str = parse_member_key),
required = true,
short = "m",
long = "member-keys"
short = "k",
long = "keys"
)]
member_keys: Vec<chain_vote::committee::MemberPublicKey>,

Expand Down

0 comments on commit 2435c0a

Please sign in to comment.