We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1d097 commit e5ebabeCopy full SHA for e5ebabe
test/functional/llmq-chainlocks.py
@@ -29,13 +29,14 @@ def run_test(self):
29
sync_blocks(self.nodes, timeout=60*5)
30
31
self.nodes[0].spork("SPORK_17_QUORUM_DKG_ENABLED", 0)
32
- self.nodes[0].spork("SPORK_19_CHAINLOCKS_ENABLED", 0)
33
self.wait_for_sporks_same()
34
35
self.log.info("Mining 4 quorums")
36
for i in range(4):
37
self.mine_quorum()
38
+ self.nodes[0].spork("SPORK_19_CHAINLOCKS_ENABLED", 0)
39
+
40
self.log.info("Mine single block, wait for chainlock")
41
self.nodes[0].generate(1)
42
self.wait_for_chainlocked_block_all_nodes(self.nodes[0].getbestblockhash())
0 commit comments