Merge pull request #752 from BitcoinQnA/master

Updated Passport Single/Multisig Import and Export Instructions
This commit is contained in:
craigraw 2022-11-21 09:05:34 +02:00 committed by GitHub
commit 149d297193
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ public class PassportMultisig extends ColdcardMultisig {
@Override
public String getKeystoreImportDescription(int account) {
return "Import file or QR created from New Account > Sparrow > Multisig > QR Code/microSD on your Passport. For existing accounts, use Manage Account > Export by QR/microSD.";
return "Import file or QR created from Manage Account > Connect Wallet > Sparrow > Multisig > QR Code/microSD on your Passport.";
}
@Override
@ -38,7 +38,7 @@ public class PassportMultisig extends ColdcardMultisig {
@Override
public String getWalletExportDescription() {
return "As part of the New Account > Sparrow > Multisig flow, Passport will ask you to scan or import the multisig configuration from Sparrow.";
return "As part of the Multisig connection flow, Passport will ask you to scan or import the multisig configuration from Sparrow. To import this configuration manually, go to Settings > Bitcoin > Multisig > Import from QR Code/microSD.";
}
@Override

View file

@ -14,7 +14,7 @@ public class PassportSinglesig extends ColdcardSinglesig {
@Override
public String getKeystoreImportDescription(int account) {
return "Import file or QR created from New Account > Sparrow > Standard > QR Code/microSD on your Passport. For existing accounts, use Manage Account > Export by QR/microSD.";
return "Import file or QR created from Manage Account > Connect Wallet > Sparrow > Single-sig > QR Code/microSD on your Passport.";
}
@Override