URI: 
       tMerge pull request #1392 from LedgerHQ/btchip-update-wizard - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 6fcaa1a6725d86537758f20b69e659dbb97273d2
   DIR parent 1a9e768e318b9aff6261763b03f665a04edf1a0c
  HTML Author: ThomasV <electrumdev@gmail.com>
       Date:   Fri, 14 Aug 2015 09:06:30 +0200
       
       Merge pull request #1392 from LedgerHQ/btchip-update-wizard
       
       Update installwizard init
       Diffstat:
         M plugins/btchipwallet.py             |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/plugins/btchipwallet.py b/plugins/btchipwallet.py
       t@@ -95,6 +95,10 @@ class Plugin(BasePlugin):
                    self.wallet.force_watching_only = True
        
            @hook
       +    def installwizard_load_wallet(self, wallet, window):
       +        self.load_wallet(wallet, window)
       +
       +    @hook
            def installwizard_restore(self, wizard, storage):
                if storage.get('wallet_type') != 'btchip':
                    return