From 1809996bbfac9a0fcec44135e5567753a84325c6 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Mon, 16 Oct 2017 02:25:30 +0200 Subject: [PATCH] fix: unresolved var in trezor/plugin.py --- plugins/trezor/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/trezor/plugin.py b/plugins/trezor/plugin.py index a21f890a..0f5cf597 100644 --- a/plugins/trezor/plugin.py +++ b/plugins/trezor/plugin.py @@ -253,7 +253,7 @@ class TrezorCompatiblePlugin(HW_PluginBase): def show_address(self, wallet, address): client = self.get_client(wallet.keystore) if not client.atleast_version(1, 3): - keystore.handler.show_error(_("Your device firmware is too old")) + wallet.keystore.handler.show_error(_("Your device firmware is too old")) return change, index = wallet.get_address_index(address) derivation = wallet.keystore.derivation