tFix hardware test for watching only - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 638bdc23f2830bcc14fe2a204ce88b4ed297d08e
DIR parent 7811b974e981c28fca3d5fa70282a11c0fa73a1e
HTML Author: Neil Booth <kyuupichan@gmail.com>
Date: Mon, 28 Dec 2015 22:32:57 +0900
Fix hardware test for watching only
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@@ -36,7 +36,7 @@ class TrezorCompatibleWallet(BIP44_Wallet):
return False
def is_watching_only(self):
- return self.checked_device and not self.proper_device
+ return not self.proper_device
def can_change_password(self):
return False