mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
FIX: Dont use hardcoded label
This commit is contained in:
parent
ce1027a2ce
commit
419b7ceb07
1 changed files with 0 additions and 1 deletions
|
@ -213,7 +213,6 @@ export class AbstractWallet {
|
|||
this.secret = parsedSecret.ExtPubKey;
|
||||
const mfp = Buffer.from(parsedSecret.MasterFingerprint, 'hex').reverse().toString('hex');
|
||||
this.masterFingerprint = parseInt(mfp, 16);
|
||||
this.setLabel('Cobo Vault ' + parsedSecret.MasterFingerprint);
|
||||
if (parsedSecret.CoboVaultFirmwareVersion) this.use_with_hardware_wallet = true;
|
||||
}
|
||||
} catch (_) {}
|
||||
|
|
Loading…
Add table
Reference in a new issue