Skip to content

Commit c49daf9

Browse files
committed
[TESTS] Increase limitancestorcount in tournament RPC test to showcase improved algorithm
1 parent f727d81 commit c49daf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/mempool_updatefromblock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
class MempoolUpdateFromBlockTest(BitcoinTestFramework):
1818
def set_test_params(self):
1919
self.num_nodes = 1
20-
self.extra_args = [['-limitdescendantsize=1000', '-limitancestorsize=1000']]
20+
self.extra_args = [['-limitdescendantsize=1000', '-limitancestorsize=1000', '-limitancestorcount=100']]
2121

2222
def skip_test_if_missing_module(self):
2323
self.skip_if_no_wallet()

0 commit comments

Comments
 (0)