import a wallet inside a profile
This commit is contained in:
parent
8b9ad143bb
commit
0e1cdda52d
6 changed files with 38 additions and 58 deletions
|
|
@ -98,6 +98,7 @@ Storage.prototype._decrypt = function(base64) {
|
|||
decryptedStr = decrypted.toString(CryptoJS.enc.Utf8);
|
||||
} catch (e) {
|
||||
// Error while decrypting
|
||||
log.debug(e.message);
|
||||
return null;
|
||||
}
|
||||
return decryptedStr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue