Skip to content

Commit fa05d19

Browse files
author
MarcoFalke
committed
test: Fix intermittent issue in mempool_compatibility
1 parent 831675c commit fa05d19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/functional/mempool_compatibility.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def skip_test_if_missing_module(self):
2929

3030
def setup_network(self):
3131
self.add_nodes(self.num_nodes, versions=[
32-
150200, # oldest version supported by the test framework
32+
190100, # oldest version with getmempoolinfo.loaded (used to avoid intermittent issues)
3333
None,
3434
])
3535
self.start_nodes()
@@ -72,5 +72,6 @@ def run_test(self):
7272
assert old_tx_hash in old_node.getrawmempool()
7373
assert unbroadcasted_tx_hash in old_node.getrawmempool()
7474

75+
7576
if __name__ == "__main__":
7677
MempoolCompatibilityTest().main()

0 commit comments

Comments
 (0)