mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-19 09:53:47 +01:00
test: add add_wallet_options to TestShell
without this, testShell runs with -disablewallet
This commit is contained in:
parent
6061eb6564
commit
bcb7123406
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user