Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielides committed Nov 3, 2023
1 parent d7ccaec commit 923987b
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 @@ -1088,7 +1088,7 @@ def advance_to_locked_in_softfork(self, name, expected_locked_in_height):
self.nodes[0].generate(batch_size)
height += batch_size
self.sync_blocks()
blocks_left = expected_locked_in_height - height - 2
blocks_left = expected_locked_in_height - height
assert blocks_left < batch_size
self.bump_mocktime(blocks_left)
self.nodes[0].generate(blocks_left)
Expand Down

0 comments on commit 923987b

Please sign in to comment.