Skip to content

Commit

Permalink
style(encrypted tally type): housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
cong-or committed May 30, 2023
1 parent 36c6096 commit be9f04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chain-libs/chain-vote/src/tally.rs
Expand Up @@ -132,7 +132,7 @@ impl EncryptedTally {
general_purpose::STANDARD.encode(bytes)
}

/// Generate encrypted tally type from base64 representation
/// Generate `EncryptedTally` type from base64 representation
/// # Errors
/// - `Base64DecodeError`
pub fn from_base_64(encrypted_tally_b64: String) -> Result<Self, Box<dyn std::error::Error>> {
Expand Down

0 comments on commit be9f04f

Please sign in to comment.