Trezor: Need to set client in show_address

This commit is contained in:
Neil Booth 2016-01-02 11:07:39 +09:00
parent dbf154d5f2
commit 187b4dc9c1
1 changed files with 1 additions and 0 deletions

View File

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