diff --git a/src/chain-libs/chain-vote/src/tally.rs b/src/chain-libs/chain-vote/src/tally.rs index 4862028f1f..d28543be17 100644 --- a/src/chain-libs/chain-vote/src/tally.rs +++ b/src/chain-libs/chain-vote/src/tally.rs @@ -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> {