Browse Source
follow-up prev
dependabot/pip/contrib/deterministic-build/ecdsa-0.13.3
SomberNight
5 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
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): |
|
|
|