mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-08-27 05:14:40 -05:00
Fixed getNEXAESKey in cache
This commit is contained in:
@@ -71,7 +71,7 @@ async function getNEXAESKey(name, encoding) {
|
||||
await setNEXAESKey(name, aesKey);
|
||||
}
|
||||
|
||||
return secretKey;
|
||||
return aesKey;
|
||||
}
|
||||
|
||||
async function setNEXPublicKey(name, value) {
|
||||
|
||||
Reference in New Issue
Block a user