mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-13 12:11:03 +00:00
Bump dev (w/ deprecation warnings) (#699)
This commit is contained in:
@@ -189,7 +189,7 @@ export class Keyring extends Base implements KeyringStruct {
|
||||
}
|
||||
|
||||
private rewriteKey (json: KeyringJson, key: string, hexAddr: string, creator: (addr: string) => string): void {
|
||||
if (hexAddr.substr(0, 2) === '0x') {
|
||||
if (hexAddr.substring(0, 2) === '0x') {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user