mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-26 08:55:56 +01:00
Update abstract-wallet.js
This commit is contained in:
parent
025c46c308
commit
b3cade5923
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ export class AbstractWallet {
|
|||
masterFingerprint = Number(parsedSecret.keystore.ckcc_xfp);
|
||||
}
|
||||
if (parsedSecret.keystore.label) {
|
||||
this.label = parsedSecret.keystore.label;
|
||||
this.setLabel(parsedSecret.keystore.label);
|
||||
}
|
||||
this.secret = parsedSecret.keystore.xpub;
|
||||
this.masterFingerprint = masterFingerprint;
|
||||
|
|
Loading…
Add table
Reference in a new issue