save to localstorage

This commit is contained in:
Sasha 2023-11-01 02:41:28 +01:00
parent d9c13dd6a1
commit 02bc3893b6
No known key found for this signature in database

View File

@ -133,7 +133,7 @@ export class RLN implements IRLN {
}
public async saveKeystore() {
// localStorage.setItem("keystore", this.keystore.toString());
localStorage.setItem("keystore", this.keystore.toString());
this.emitKeystoreKeys();
}