Skip to content

Commit ed1ad8e

Browse files
committed
Revert "tests: fix mine cycle quorums by waiting block 200+"
This reverts commit 1542535.
1 parent 51e62ee commit ed1ad8e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/functional/test_framework/test_framework.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1920,12 +1920,6 @@ def mine_cycle_quorum(self, is_first=True):
19201920
cycle_length = 24
19211921
cur_block = self.nodes[0].getblockcount()
19221922

1923-
# by some reason from height 192 it doesn't start
1924-
if cur_block < 200:
1925-
self.log.info("Mine some blocks to get to favourable block")
1926-
self.generate(self.nodes[0], 200 - cur_block)
1927-
cur_block = self.nodes[0].getblockcount()
1928-
19291923
skip_count = cycle_length - (cur_block % cycle_length)
19301924
# move forward to next 3 DKG rounds for the first quorum
19311925
extra_blocks = 24 * 3 if is_first else 0

0 commit comments

Comments
 (0)