Browse Source

Fix hardware test for watching only

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

2
plugins/trezor/plugin.py

@ -36,7 +36,7 @@ class TrezorCompatibleWallet(BIP44_Wallet):
return False return False
def is_watching_only(self): def is_watching_only(self):
return self.checked_device and not self.proper_device return not self.proper_device
def can_change_password(self): def can_change_password(self):
return False return False

Loading…
Cancel
Save