From 374ecda1349fe0c1567bf13db621aeb8119f3b88 Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Mon, 25 Feb 2019 12:00:36 +0100 Subject: [PATCH] test: Remove unused variable in `mempool_reorg.py` Linter is complaining about unused variable `alert_filename`. --- test/functional/mempool_reorg.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/functional/mempool_reorg.py b/test/functional/mempool_reorg.py index 123f0b4c28b750..e1ea2b258328c1 100755 --- a/test/functional/mempool_reorg.py +++ b/test/functional/mempool_reorg.py @@ -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)