electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit abeb7818792b24aa029bc0572abfbea8cb8210c9
parent e38abb95d7d6edbad9876960467790f050c82535
Author: ThomasV <thomasv@electrum.org>
Date:   Thu,  1 Sep 2016 09:23:05 +0200

fix #1916

Diffstat:
Mlib/wallet.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/lib/wallet.py b/lib/wallet.py @@ -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())