mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 14:08:40 +01:00
test: add add_wallet_options to TestShell
without this, testShell runs with -disablewallet
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user