Browse Source

follow-up prev

dependabot/pip/contrib/deterministic-build/ecdsa-0.13.3
SomberNight 5 years ago
parent
commit
9eee36fe00
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 2
      electrum/tests/test_wallet_vertical.py

2
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):

Loading…
Cancel
Save