Skip to content

Commit

Permalink
fix: make a linter happy by removing unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
knst committed Jan 5, 2024
1 parent ba48675 commit d6909f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/feature_asset_locks.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,9 @@ def run_test(self):
self.mine_cycle_quorum(llmq_type_name='llmq_test_dip0024', llmq_type=103)

for i in range(3):
evo_info = self.dynamically_add_masternode(evo=True)
self.dynamically_add_masternode(evo=True)
node.generate(8)
self.sync_blocks(self.nodes)
self.sync_blocks()

self.set_sporks()
self.activate_v20()
Expand Down

0 comments on commit d6909f8

Please sign in to comment.