From 187b4dc9c1d1b03a13ab5bcea9516a970aed5ff9 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sat, 2 Jan 2016 11:07:39 +0900 Subject: [PATCH] Trezor: Need to set client in show_address --- plugins/trezor/plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/trezor/plugin.py b/plugins/trezor/plugin.py index bbeeb100..ff31e737 100644 --- a/plugins/trezor/plugin.py +++ b/plugins/trezor/plugin.py @@ -214,6 +214,7 @@ class TrezorCompatiblePlugin(BasePlugin): tx.update_signatures(raw) def show_address(self, wallet, address): + client = self.get_client() wallet.check_proper_device() try: address_path = wallet.address_id(address)