fix: unresolved var in trezor/plugin.py

This commit is contained in:
SomberNight 2017-10-16 02:25:30 +02:00
parent ccf1f0f5d1
commit 1809996bbf
1 changed files with 1 additions and 1 deletions

View File

@ -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