mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
feat: do not mine extra quorum in feature_llmq_evo.py
This commit is contained in:
parent
129385d349
commit
70ba007f1a
@ -76,15 +76,6 @@ class LLMQEvoNodesTest(DashTestFramework):
|
|||||||
self.nodes[0].sporkupdate("SPORK_2_INSTANTSEND_ENABLED", 0)
|
self.nodes[0].sporkupdate("SPORK_2_INSTANTSEND_ENABLED", 0)
|
||||||
self.wait_for_sporks_same()
|
self.wait_for_sporks_same()
|
||||||
|
|
||||||
self.move_to_next_cycle()
|
|
||||||
self.log.info("Cycle H height:" + str(self.nodes[0].getblockcount()))
|
|
||||||
self.move_to_next_cycle()
|
|
||||||
self.log.info("Cycle H+C height:" + str(self.nodes[0].getblockcount()))
|
|
||||||
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)
|
|
||||||
|
|
||||||
evo_protxhash_list = list()
|
evo_protxhash_list = list()
|
||||||
for i in range(self.evo_count):
|
for i in range(self.evo_count):
|
||||||
evo_info = self.dynamically_add_masternode(evo=True)
|
evo_info = self.dynamically_add_masternode(evo=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user