test: add add_wallet_options to TestShell

without this, testShell runs with -disablewallet
This commit is contained in:
josibake 2022-12-12 17:58:15 +01:00
parent 6061eb6564
commit bcb7123406
No known key found for this signature in database
GPG Key ID: 8ADCB558C4F33D65

View File

@ -16,6 +16,9 @@ class TestShell:
start a single TestShell at a time."""
class __TestShell(BitcoinTestFramework):
def add_options(self, parser):
self.add_wallet_options(parser)
def set_test_params(self):
pass