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 bcfb9ca commit 7103a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tally/src/main.rs
Expand Up @@ -267,7 +267,7 @@ pub fn encode_decrypt_shares(decrypt_shares: Vec<TallyDecryptShare>) -> Vec<Stri
shares
}

/// encode committee secret keys to bech32
/// Encode committee secret keys to Bech32
pub fn encode_secret_keys(
committee_secret_keys: Vec<SecretKey<Ed25519>>,
) -> Result<Vec<String>, Box<dyn std::error::Error>> {
Expand Down

0 comments on commit 7103a65

Please sign in to comment.