We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89091ec commit ad87559Copy full SHA for ad87559
test/functional/llmq-chainlocks.py
@@ -41,6 +41,7 @@ def run_test(self):
41
self.mine_quorum()
42
43
self.nodes[0].spork("SPORK_19_CHAINLOCKS_ENABLED", 0)
44
+ self.wait_for_sporks_same()
45
46
self.log.info("Mine single block, wait for chainlock")
47
self.nodes[0].generate(1)
0 commit comments