mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 04:12:36 -03:00
test: add add_wallet_options to TestShell
without this, testShell runs with -disablewallet
This commit is contained in:
parent
6061eb6564
commit
bcb7123406
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue