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 51e62ee commit ed1ad8eCopy full SHA for ed1ad8e
test/functional/test_framework/test_framework.py
@@ -1920,12 +1920,6 @@ def mine_cycle_quorum(self, is_first=True):
1920
cycle_length = 24
1921
cur_block = self.nodes[0].getblockcount()
1922
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
-
1929
skip_count = cycle_length - (cur_block % cycle_length)
1930
# move forward to next 3 DKG rounds for the first quorum
1931
extra_blocks = 24 * 3 if is_first else 0
0 commit comments