URI: 
       tfollow-up previous commit - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 8d9b23e76033493cc88e98f2bf8cd5bfcf6509c0
   DIR parent 749a1f20061e65f9e89b9901e82a641bae8bc270
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Wed, 28 Sep 2016 09:55:18 +0200
       
       follow-up previous commit
       
       Diffstat:
         M lib/base_wizard.py                  |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/base_wizard.py b/lib/base_wizard.py
       t@@ -260,7 +260,7 @@ class BaseWizard(object):
        
            def restore_from_seed(self):
                self.opt_bip39 = True
       -        test = bitcoin.is_seed
       +        test = bitcoin.is_seed if self.wallet_type == 'standard' else bitcoin.is_new_seed
                self.restore_seed_dialog(run_next=self.on_restore_seed, test=test)
        
            def on_restore_seed(self, seed, is_bip39):