We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492c109 commit d3f1b9eCopy full SHA for d3f1b9e
test/functional/feature_blockfilter_version.py
@@ -17,9 +17,6 @@ def set_test_params(self):
17
self.num_nodes = 1
18
self.extra_args = [["-blockfilterindex"]]
19
20
- def skip_test_if_missing_module(self):
21
- self.skip_if_no_wallet()
22
-
23
def run_test(self):
24
self.log.info("Testing blockfilter index version checking...")
25
test/functional/p2p_blockfilters.py
@@ -67,9 +67,6 @@ def set_test_params(self):
67
["-blockfilterindex"],
68
]
69
70
71
72
73
74
# Node 0 supports COMPACT_FILTERS, node 1 does not.
75
peer_0 = self.nodes[0].add_p2p_connection(FiltersClient())
0 commit comments