From 26ff7a62659af39d7b2668e0ab6b9be8911bc936 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Wed, 18 Sep 2019 18:01:56 +0200 Subject: [PATCH] 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) --- electrum/plugins/coldcard/qt.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/electrum/plugins/coldcard/qt.py b/electrum/plugins/coldcard/qt.py index 659c4fe22..2700de74e 100644 --- a/electrum/plugins/coldcard/qt.py +++ b/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)