Skip to content

Commit

Permalink
feat: use llmq_1_100 for InstantSend and ChainLocks in feature_llmq_s…
Browse files Browse the repository at this point in the history
…inglenode.py
  • Loading branch information
knst committed Dec 12, 2024
1 parent ffc662e commit 0e2f96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/feature_llmq_singlenode.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

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


def mine_single_node_quorum(self):
Expand Down

0 comments on commit 0e2f96c

Please sign in to comment.