From bef6e6f9b5c7a94b84aa68f8478d36d32a347401 Mon Sep 17 00:00:00 2001
From: Nicolas Werner <nicolas.werner@hotmail.de>
Date: Mon, 15 Nov 2021 02:03:32 +0100
Subject: [PATCH] Remove stray ;

---
 lib/crypto/utils.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/crypto/utils.cpp b/lib/crypto/utils.cpp
index 1ca8b03ac..219f460e3 100644
--- a/lib/crypto/utils.cpp
+++ b/lib/crypto/utils.cpp
@@ -122,7 +122,7 @@ key_to_recoverykey(const BinaryBuf &key)
     buf.back() = parity;
 
     return bin2base58(to_string(buf));
-};
+}
 
 std::string
 decrypt(const mtx::secret_storage::AesHmacSha2EncryptedData &data,
-- 
GitLab