URI: 
       tfix #1916 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit abeb7818792b24aa029bc0572abfbea8cb8210c9
   DIR parent e38abb95d7d6edbad9876960467790f050c82535
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Thu,  1 Sep 2016 09:23:05 +0200
       
       fix #1916
       
       Diffstat:
         M lib/wallet.py                       |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/lib/wallet.py b/lib/wallet.py
       t@@ -1438,6 +1438,7 @@ class Standard_Wallet(Deterministic_Wallet, P2PK_Wallet):
                self.keystore.update_password(old_pw, new_pw)
                self.save_keystore()
                self.storage.put('use_encryption', (new_pw is not None))
       +        self.storage.write()
        
            def save_keystore(self):
                self.storage.put('keystore', self.keystore.dump())