Skip to content

Commit

Permalink
Update dkg test framework param
Browse files Browse the repository at this point in the history
  • Loading branch information
celbalrai authored and wagerr-builder committed Apr 27, 2022
1 parent ef3173f commit 1c823ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/test_framework/test_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ def mine_quorum(self, expected_connections=None, expected_members=None, expected

nodes = [self.nodes[0]] + [mn.node for mn in mninfos_online]
# move forward to next DKG
skip_count = 60 - (self.nodes[0].getblockcount() % 60)
skip_count = 30 - (self.nodes[0].getblockcount() % 30)
if skip_count != 0:
self.bump_mocktime(1, nodes=nodes)
self.nodes[0].generate(skip_count)
Expand Down

0 comments on commit 1c823ac

Please sign in to comment.