We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538687b commit 49ae952Copy full SHA for 49ae952
test/functional/feature_notifications.py
@@ -103,7 +103,13 @@ def run_test(self):
103
self.nodes[0].sporkupdate("SPORK_17_QUORUM_DKG_ENABLED", 0)
104
self.nodes[0].sporkupdate("SPORK_19_CHAINLOCKS_ENABLED", 4070908800)
105
self.wait_for_sporks_same()
106
+ self.log.info("Mine quorum for InstantSend")
107
(quorum_info_i_0, quorum_info_i_1) = self.mine_cycle_quorum()
108
+ self.log.info("Mine quorum for ChainLocks")
109
+ if len(self.nodes[0].quorum('list')['llmq_test']) == 0:
110
+ self.mine_quorum(llmq_type_name='llmq_test', llmq_type=104)
111
+ else:
112
+ self.log.info("Quorum `llmq_test` already exist")
113
self.nodes[0].sporkupdate("SPORK_19_CHAINLOCKS_ENABLED", 0)
114
115
0 commit comments