Browse Source

self not client.

283
Neil Booth 9 years ago
parent
commit
6b68968d04
  1. 2
      plugins/trezor/clientbase.py

2
plugins/trezor/clientbase.py

@ -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…
Cancel
Save