mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 07:09:15 +01:00
test: fix RPC coverage check
This commit is contained in:
committed by
fanquake
parent
2630b64f81
commit
8aed477c33
@@ -16,6 +16,7 @@ class CreateCache(BitcoinTestFramework):
|
|||||||
|
|
||||||
def set_test_params(self):
|
def set_test_params(self):
|
||||||
self.num_nodes = 0
|
self.num_nodes = 0
|
||||||
|
self.uses_wallet = True
|
||||||
|
|
||||||
def setup_network(self):
|
def setup_network(self):
|
||||||
pass
|
pass
|
||||||
|
|||||||
@@ -877,7 +877,7 @@ class BitcoinTestFramework(metaclass=BitcoinTestMetaClass):
|
|||||||
cache_node_dir,
|
cache_node_dir,
|
||||||
chain=self.chain,
|
chain=self.chain,
|
||||||
extra_conf=["bind=127.0.0.1"],
|
extra_conf=["bind=127.0.0.1"],
|
||||||
extra_args=['-disablewallet'],
|
extra_args=[],
|
||||||
rpchost=None,
|
rpchost=None,
|
||||||
timewait=self.rpc_timeout,
|
timewait=self.rpc_timeout,
|
||||||
timeout_factor=self.options.timeout_factor,
|
timeout_factor=self.options.timeout_factor,
|
||||||
|
|||||||
Reference in New Issue
Block a user