follow-up prev

This commit is contained in:
SomberNight 2019-09-10 20:18:53 +02:00
parent 098636c69a
commit 9eee36fe00
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

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