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 2bafadf commit efd4701Copy full SHA for efd4701
test/functional/feature_llmq_simplepose.py
@@ -18,8 +18,10 @@
18
19
class LLMQSimplePoSeTest(DashTestFramework):
20
def set_test_params(self):
21
+ self.extra_args = [[ f'-testactivationheight=dip0024@9999' ]] * 6
22
self.set_dash_test_params(6, 5)
23
self.set_dash_llmq_test_params(5, 3)
24
+ # rotating quorums add instability for this functional tests
25
26
def run_test(self):
27
0 commit comments