From 6b68968d045abe4a1e2c1ee9fa27e8e040e15114 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sat, 30 Jan 2016 12:11:16 +0900 Subject: [PATCH] self not client. --- plugins/trezor/clientbase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/trezor/clientbase.py b/plugins/trezor/clientbase.py index 2bbf247f8..d1d81a499 100644 --- 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):