Skip to content

Commit

Permalink
feat: use -llmqtestinstantsenddip0024=llmq_test_instantsend in functi…
Browse files Browse the repository at this point in the history
…onal tests
  • Loading branch information
knst committed Jan 18, 2024
1 parent 4d41213 commit 5d8fa59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/functional/feature_asset_locks.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

class AssetLocksTest(DashTestFramework):
def set_test_params(self):
self.set_dash_test_params(6, 4, evo_count=3)
self.set_dash_test_params(5, 3, [["-whitelist=127.0.0.1", "-llmqtestinstantsenddip0024=llmq_test_instantsend"]] * 5, evo_count=3)

def skip_test_if_missing_module(self):
self.skip_if_no_wallet()
Expand Down Expand Up @@ -255,7 +255,8 @@ def run_test(self):
self.move_to_next_cycle()
self.log.info("Cycle H+2C height:" + str(self.nodes[0].getblockcount()))

self.mine_cycle_quorum(llmq_type_name='llmq_test_dip0024', llmq_type=103)
# self.mine_cycle_quorum(llmq_type_name='llmq_test_dip0024', llmq_type=103)
self.mine_quorum(llmq_type_name='llmq_test_instantsend', llmq_type=104)

for i in range(3):
self.dynamically_add_masternode(evo=True)
Expand Down

0 comments on commit 5d8fa59

Please sign in to comment.