mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-05-31 18:01:04 +00:00
Swap to HDKD dev keyring (#91)
* Swap to HDKD dev keyring * CHANGELOG * Bump deps * Bump version
This commit is contained in:
@@ -84,7 +84,7 @@ export default class Base {
|
||||
}
|
||||
|
||||
protected initKeyring (options: KeyringOptions): void {
|
||||
const keyring = testKeyring({ addressPrefix: this._prefix, ...options });
|
||||
const keyring = testKeyring({ addressPrefix: this._prefix, ...options }, true);
|
||||
|
||||
if (isBoolean(options.isDevelopment)) {
|
||||
this.setDevMode(options.isDevelopment);
|
||||
|
||||
Reference in New Issue
Block a user