commit 187b4dc9c1d1b03a13ab5bcea9516a970aed5ff9
parent dbf154d5f25e10200d2b6183a582eba486648541
Author: Neil Booth <kyuupichan@gmail.com>
Date: Sat, 2 Jan 2016 11:07:39 +0900
Trezor: Need to set client in show_address
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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)