Browse Source

Trezor: give me a chance to sign with a PIN entry

283
Neil Booth 9 years ago
parent
commit
9bf45de279
  1. 2
      plugins/trezor/plugin.py

2
plugins/trezor/plugin.py

@ -139,7 +139,7 @@ class TrezorCompatibleWallet(BIP44_Wallet):
return msg_sig.signature
def sign_transaction(self, tx, password):
if tx.is_complete() or self.is_watching_only():
if tx.is_complete():
return
# previous transactions used as inputs
prev_tx = {}

Loading…
Cancel
Save