mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02: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…
Add table
Add a link
Reference in a new issue