URI: 
       tTrezor: Need to set client in show_address - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 187b4dc9c1d1b03a13ab5bcea9516a970aed5ff9
   DIR parent dbf154d5f25e10200d2b6183a582eba486648541
  HTML Author: Neil Booth <kyuupichan@gmail.com>
       Date:   Sat,  2 Jan 2016 11:07:39 +0900
       
       Trezor: Need to set client in show_address
       
       Diffstat:
         M plugins/trezor/plugin.py            |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/plugins/trezor/plugin.py b/plugins/trezor/plugin.py
       t@@ -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)