coldcard tx dialog: "export PSBT" button should not raise on foreign ks
tested trezor/coldcard mixed multisig and it worked; no reason to enforce that the first keystore must be coldcard (order should not matter)
This commit is contained in:
@@ -100,10 +100,6 @@ class Plugin(ColdcardPlugin, QtPluginBase):
|
||||
# which we don't support here, so do nothing
|
||||
return
|
||||
|
||||
# can only expect Coldcard wallets to work with these files (right now)
|
||||
keystore = dia.wallet.get_keystore()
|
||||
assert type(keystore) == self.keystore_class
|
||||
|
||||
# convert to PSBT
|
||||
build_psbt(tx, dia.wallet)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user