mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-14 02:11:01 +00:00
Bump deps (#189)
This commit is contained in:
@@ -56,7 +56,7 @@ export default class Base {
|
||||
return this._keyring;
|
||||
}
|
||||
|
||||
throw new Error(`Keyring should be initialised via 'loadAll' before use`);
|
||||
throw new Error('Keyring should be initialised via \'loadAll\' before use');
|
||||
}
|
||||
|
||||
public get genesisHash (): string | undefined {
|
||||
|
||||
@@ -282,7 +282,7 @@ export class Keyring extends Base implements KeyringStruct {
|
||||
const json = (available[address] && available[address].json) || {
|
||||
address,
|
||||
meta: {
|
||||
isRecent: void 0,
|
||||
isRecent: undefined,
|
||||
whenCreated: Date.now()
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user