tself not client. - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 6b68968d045abe4a1e2c1ee9fa27e8e040e15114 DIR parent 78d59d6aa5783cbbd3c2fd0b67360dda992da20f HTML 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(-) --- DIR diff --git a/plugins/trezor/clientbase.py b/plugins/trezor/clientbase.py t@@ -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):