Bump deps (#189)

This commit is contained in:
Jaco Greeff
2019-08-27 14:16:38 +02:00
committed by GitHub
parent 88d0409a9b
commit 2c1dadc826
10 changed files with 775 additions and 814 deletions
+1 -1
View File
@@ -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 {