1
0

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

This commit is contained in:
Neil Booth
2016-01-23 16:23:21 +09:00
parent f92843bb10
commit 9bf45de279

View File

@@ -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 = {}