mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
Merge pull request #864 from BlueWallet/issue855
FIX: Import ColdCard wallet using JSON's label.
This commit is contained in:
commit
985b70f298
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ const ScanQRCode = ({
|
|||
if (fileParsed.keystore.ckcc_xfp) {
|
||||
masterFingerprint = Number(fileParsed.keystore.ckcc_xfp);
|
||||
}
|
||||
onBarCodeRead({ data: fileParsed.keystore.xpub, additionalProperties: { masterFingerprint } });
|
||||
onBarCodeRead({ data: fileParsed.keystore.xpub, additionalProperties: { masterFingerprint, label: fileParsed.keystore.label } });
|
||||
} else {
|
||||
throw new Error();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue