diff options
author | Fabian Jahr <fjahr@protonmail.com> | 2020-07-29 15:22:47 +0200 |
---|---|---|
committer | Fabian Jahr <fjahr@protonmail.com> | 2021-02-01 23:13:38 +0100 |
commit | 590bda79e876d9b959083105b8c7c41dd87706eb (patch) | |
tree | dbc948f0d5a5f3516dd71339b2f97ba5a88e8866 /test/functional/wallet_avoidreuse.py | |
parent | 98892f39e3d079c73bff7f2a5d5420fa95270497 (diff) |
scripted-diff: Remove setup_clean_chain if default is not changed
-BEGIN VERIFY SCRIPT-
git grep -l "self.setup_clean_chain = False" test/functional/*.py | xargs sed -i "/self.setup_clean_chain = False/d";
-END VERIFY SCRIPT-
Diffstat (limited to 'test/functional/wallet_avoidreuse.py')
-rwxr-xr-x | test/functional/wallet_avoidreuse.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/wallet_avoidreuse.py b/test/functional/wallet_avoidreuse.py index 229c134a4b..bc4fa90e83 100755 --- a/test/functional/wallet_avoidreuse.py +++ b/test/functional/wallet_avoidreuse.py @@ -65,7 +65,6 @@ def assert_balances(node, mine): class AvoidReuseTest(BitcoinTestFramework): def set_test_params(self): - self.setup_clean_chain = False self.num_nodes = 2 # This test isn't testing txn relay/timing, so set whitelist on the # peers for instant txn relay. This speeds up the test run time 2-3x. |