mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-15 02:31:02 +00:00
@@ -50,6 +50,6 @@ export default class FileStore implements KeyringStore {
|
||||
private _readKey (key: string): KeyringJson {
|
||||
return JSON.parse(
|
||||
fs.readFileSync(this._getPath(key)).toString('utf-8')
|
||||
);
|
||||
) as KeyringJson;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user