self not client.

This commit is contained in:
Neil Booth 2016-01-30 12:11:16 +09:00
parent 78d59d6aa5
commit 6b68968d04
1 changed files with 1 additions and 1 deletions

View File

@ -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):