commit 6b68968d045abe4a1e2c1ee9fa27e8e040e15114 parent 78d59d6aa5783cbbd3c2fd0b67360dda992da20f Author: Neil Booth <kyuupichan@gmail.com> Date: Sat, 30 Jan 2016 12:11:16 +0900 self not client. Diffstat:
M | plugins/trezor/clientbase.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/trezor/clientbase.py b/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):