electrum

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

commit 628a9e052144093026bc10748f1819ae1e89fae7
parent afcc37ec34645d8835f7efa0204e843c163d9d29
Author: ThomasV <thomasv@electrum.org>
Date:   Fri, 13 Oct 2017 10:56:59 +0200

follow up afcc37ec34645d8835f7efa0204e843c163d9d29

Diffstat:
Mlib/simple_config.py | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/simple_config.py b/lib/simple_config.py @@ -147,8 +147,7 @@ class SimpleConfig(PrintError): f = open(path, "w") f.write(s) f.close() - if 'ANDROID_DATA' not in os.environ: - os.chmod(path, stat.S_IREAD | stat.S_IWRITE) + os.chmod(path, stat.S_IREAD | stat.S_IWRITE) def get_wallet_path(self): """Set the path of the wallet."""