Skip to content

Commit 8aed477

Browse files
BrandonOdiwuorfanquake
authored andcommitted
test: fix RPC coverage check
1 parent 2630b64 commit 8aed477

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/functional/create_cache.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class CreateCache(BitcoinTestFramework):
1616

1717
def set_test_params(self):
1818
self.num_nodes = 0
19+
self.uses_wallet = True
1920

2021
def setup_network(self):
2122
pass

test/functional/test_framework/test_framework.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ def _initialize_chain(self):
877877
cache_node_dir,
878878
chain=self.chain,
879879
extra_conf=["bind=127.0.0.1"],
880-
extra_args=['-disablewallet'],
880+
extra_args=[],
881881
rpchost=None,
882882
timewait=self.rpc_timeout,
883883
timeout_factor=self.options.timeout_factor,

0 commit comments

Comments
 (0)