Trezor: give me a chance to sign with a PIN entry
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user