mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 08:51:32 +00:00
self not client.
This commit is contained in:
parent
78d59d6aa5
commit
6b68968d04
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class TrezorClientBase(GuiMixin, PrintError):
|
|||
return self.features.initialized
|
||||
|
||||
def is_pairable(self):
|
||||
return not client.features.bootloader_mode
|
||||
return not self.features.bootloader_mode
|
||||
|
||||
@staticmethod
|
||||
def expand_path(n):
|
||||
|
|
Loading…
Add table
Reference in a new issue