Skip to content

Commit

Permalink
test: Remove unused variable in mempool_reorg.py
Browse files Browse the repository at this point in the history
Linter is complaining about unused variable `alert_filename`.
  • Loading branch information
laanwj committed Feb 25, 2019
1 parent 211c5f7 commit 374ecda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/functional/mempool_reorg.py
Expand Up @@ -20,8 +20,6 @@ def set_test_params(self):
def skip_test_if_missing_module(self):
self.skip_if_no_wallet()

alert_filename = None # Set by setup_network

def run_test(self):
# Start with a 200 block chain
assert_equal(self.nodes[0].getblockcount(), 200)
Expand Down

0 comments on commit 374ecda

Please sign in to comment.