Skip to content

Commit

Permalink
suggestions
Browse files Browse the repository at this point in the history
Co-Authored-By: UdjinM6 <[email protected]>
  • Loading branch information
ogabrielides and UdjinM6 committed Nov 1, 2023
1 parent 6943813 commit 5fb40e7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/functional/feature_llmq_is_cl_conflicts.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,6 @@ def run_test(self):
self.test_chainlock_overrides_islock(True, False)
self.test_chainlock_overrides_islock(True, True)
self.test_chainlock_overrides_islock_overrides_nonchainlock()
#self.activate_dip0024()
#self.log.info("Activated DIP0024 at height:" + str(self.nodes[0].getblockcount()))
self.test_chainlock_overrides_islock_overrides_nonchainlock()
# At this point, we need to move forward 3 cycles (3 x 24 blocks) so the first 3 quarters can be created (without DKG sessions)
self.move_to_next_cycle()
self.move_to_next_cycle()
self.move_to_next_cycle()
self.mine_cycle_quorum()
self.test_chainlock_overrides_islock_overrides_nonchainlock()

def test_chainlock_overrides_islock(self, test_block_conflict, mine_confllicting=False):
if not test_block_conflict:
Expand Down

0 comments on commit 5fb40e7

Please sign in to comment.