Skip to content

Commit 0e2f96c

Browse files
committed
feat: use llmq_1_100 for InstantSend and ChainLocks in feature_llmq_singlenode.py
1 parent ffc662e commit 0e2f96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/feature_llmq_singlenode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class LLMQSigningTest(DashTestFramework):
1919
def set_test_params(self):
20-
self.set_dash_test_params(1, 0, [["-llmqtestplatform=llmq_1_100"]] * 1, evo_count=2)
20+
self.set_dash_test_params(1, 0, [["-llmqtestplatform=llmq_1_100", "-llmqtestchainlocks=llmq_1_100", "-llmqtestinstantsenddip0024=llmq_1_100"]] * 1, evo_count=2)
2121

2222

2323
def mine_single_node_quorum(self):

0 commit comments

Comments
 (0)