Add translation

This commit is contained in:
Nicola Benaglia
2025-05-22 20:32:43 +02:00
parent 37672c309b
commit 83d7e730d6
3 changed files with 15 additions and 5 deletions

View File

@@ -544,7 +544,7 @@ export function decryptGroupData(
encryptedDataEndPosition + count * 48
);
if (!privateKey) {
throw new Error('Unable to retrieve keys');
throw new Error('Unable to retrieve keys'); // TODO translate
}
const decodedPrivateKey = Base58.decode(privateKey);
const convertedPrivateKey = ed2curve.convertSecretKey(decodedPrivateKey);