diff --git a/src/llmq/options.cpp b/src/llmq/options.cpp index 447e1dc160b08..db0b883b803ba 100644 --- a/src/llmq/options.cpp +++ b/src/llmq/options.cpp @@ -131,10 +131,13 @@ bool IsQuorumTypeEnabledInternal(Consensus::LLMQType llmqType, gsl::not_null 3 rotating quorums -> new 103 quorum - # with following dynamically adding evo nodes one-by-one seems - # as little too much complex for functional test (each which use Evo nodes) self.nodes[0].sporkupdate("SPORK_2_INSTANTSEND_ENABLED", 0) 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) + self.mine_quorum(llmq_type_name='llmq_test_instantsend', llmq_type=104) for i in range(3): self.dynamically_add_masternode(evo=True)