1
0

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:
SomberNight
2019-09-18 18:01:56 +02:00
parent 1236b07abf
commit 26ff7a6265

View File

@@ -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)