tTrezor: give me a chance to sign with a PIN entry - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 9bf45de279aa422b803403769a5eb06331168b62 DIR parent f92843bb10255fb856f687c2b9062dcf3a031926 HTML Author: Neil Booth <kyuupichan@gmail.com> Date: Sat, 23 Jan 2016 16:23:21 +0900 Trezor: give me a chance to sign with a PIN entry Diffstat: M plugins/trezor/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/plugins/trezor/plugin.py b/plugins/trezor/plugin.py t@@ -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 = {}