mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 11:57:28 -03:00
Setup wallets for interface_bitcoin_cli.py
This commit is contained in:
parent
7c71c627d2
commit
4de23824b0
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ class TestBitcoinCli(BitcoinTestFramework):
|
|||
def set_test_params(self):
|
||||
self.setup_clean_chain = True
|
||||
self.num_nodes = 1
|
||||
if self.is_wallet_compiled():
|
||||
self.requires_wallet = True
|
||||
|
||||
def skip_test_if_missing_module(self):
|
||||
self.skip_if_no_cli()
|
||||
|
|
Loading…
Reference in a new issue