Browse Source

Trezor: Need to set client in show_address

283
Neil Booth 9 years ago
parent
commit
187b4dc9c1
  1. 1
      plugins/trezor/plugin.py

1
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)

Loading…
Cancel
Save