Skip to content

Commit df3dbe8

Browse files
authored
Wait for sporks to propagate in llmq-chainlocks.py before mining new blocks (#3168)
The bug was introduced in e5ebabe
1 parent 8cbd63d commit df3dbe8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/llmq-chainlocks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def run_test(self):
3636
self.mine_quorum()
3737

3838
self.nodes[0].spork("SPORK_19_CHAINLOCKS_ENABLED", 0)
39+
self.wait_for_sporks_same()
3940

4041
self.log.info("Mine single block, wait for chainlock")
4142
self.nodes[0].generate(1)

0 commit comments

Comments
 (0)