Skip to content

Commit ad87559

Browse files
UdjinM6barrystyle
authored and
barrystyle
committed
Wait for sporks to propagate in llmq-chainlocks.py before mining new blocks (dashpay#3168)
The bug was introduced in dashpay@e5ebabe
1 parent 89091ec commit ad87559

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/llmq-chainlocks.py

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def run_test(self):
4141
self.mine_quorum()
4242

4343
self.nodes[0].spork("SPORK_19_CHAINLOCKS_ENABLED", 0)
44+
self.wait_for_sporks_same()
4445

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

0 commit comments

Comments
 (0)