From be9f04fbb565754ea178ea10939f6c6454b498d5 Mon Sep 17 00:00:00 2001 From: cong-or Date: Tue, 30 May 2023 10:23:17 +0100 Subject: [PATCH] style(encrypted tally type): housekeeping --- src/chain-libs/chain-vote/src/tally.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> {