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)