Skip to content
Snippets Groups Projects
Verified Commit bef6e6f9 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Remove stray ;

parent 7fc6b7af
No related branches found
No related tags found
No related merge requests found
Pipeline #2062 failed
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment