mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-25 06:31:09 +02: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):
|
||||
self.num_nodes = 0
|
||||
self.uses_wallet = True
|
||||
|
||||
def setup_network(self):
|
||||
pass
|
||||
|
@@ -877,7 +877,7 @@ class BitcoinTestFramework(metaclass=BitcoinTestMetaClass):
|
||||
cache_node_dir,
|
||||
chain=self.chain,
|
||||
extra_conf=["bind=127.0.0.1"],
|
||||
extra_args=['-disablewallet'],
|
||||
extra_args=[],
|
||||
rpchost=None,
|
||||
timewait=self.rpc_timeout,
|
||||
timeout_factor=self.options.timeout_factor,
|
||||
|
Reference in New Issue
Block a user