mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 07:51:27 +00:00
Fix hardware test for watching only
This commit is contained in:
parent
7811b974e9
commit
638bdc23f2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue