electrum

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

commit 9eee36fe002dfa4aeca41a63492d6b525a8352eb
parent 098636c69a889d51c6af17d35dcf2d177181d086
Author: SomberNight <somber.night@protonmail.com>
Date:   Tue, 10 Sep 2019 20:18:53 +0200

follow-up prev

Diffstat:
Melectrum/tests/test_wallet_vertical.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/electrum/tests/test_wallet_vertical.py b/electrum/tests/test_wallet_vertical.py @@ -1964,7 +1964,7 @@ class TestWalletHistory_EvilGapLimit(TestCaseForTestnet): shutil.rmtree(cls.electrum_path) # horrible hack. create a new config to ensure custom settings # don't get persisted in the "singleton" config: - SimpleConfig() + SimpleConfig({'electrum_path': cls.electrum_path}) @classmethod def create_wallet(cls):