URI: 
       tdo not store wallet_type right at the first screen - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 11e7a6644e4d670a87f65f589332f43d8f19f3fb
   DIR parent cfa965fdae1ae17209e64fca0dde04c90755251f
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Fri, 19 Sep 2014 14:30:16 +0200
       
       do not store wallet_type right at the first screen
       
       Diffstat:
         M gui/qt/installwizard.py             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py
       t@@ -349,7 +349,7 @@ class InstallWizard(QDialog):
                        wallet_type = '2fa'
        
                    if action == 'create':
       -                self.storage.put('wallet_type', wallet_type)
       +                self.storage.put('wallet_type', wallet_type, False)
        
                if action is None:
                    return