mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-22 20:26:50 +00:00
Add translation
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user