|
|
@ -71,6 +71,11 @@ public class ColdcardMultisig implements WalletImport, KeystoreFileImport, Walle |
|
|
|
return "Import file created by using the Settings > Multisig Wallets > Export XPUB feature on your Coldcard"; |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public String getExportFileExtension() { |
|
|
|
return "txt"; |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public Wallet importWallet(InputStream inputStream, String password) throws ImportException { |
|
|
|
Wallet wallet = new Wallet(); |
|
|
|