mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
Update abstract-wallet.js
This commit is contained in:
parent
025c46c308
commit
b3cade5923
@ -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…
Reference in New Issue
Block a user