Browse Source

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)
dependabot/pip/contrib/deterministic-build/ecdsa-0.13.3
SomberNight 5 years ago
parent
commit
26ff7a6265
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 4
      electrum/plugins/coldcard/qt.py

4
electrum/plugins/coldcard/qt.py

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

Loading…
Cancel
Save