We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f727d81 commit c49daf9Copy full SHA for c49daf9
test/functional/mempool_updatefromblock.py
@@ -17,7 +17,7 @@
17
class MempoolUpdateFromBlockTest(BitcoinTestFramework):
18
def set_test_params(self):
19
self.num_nodes = 1
20
- self.extra_args = [['-limitdescendantsize=1000', '-limitancestorsize=1000']]
+ self.extra_args = [['-limitdescendantsize=1000', '-limitancestorsize=1000', '-limitancestorcount=100']]
21
22
def skip_test_if_missing_module(self):
23
self.skip_if_no_wallet()
0 commit comments