aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_watchonly.py
diff options
context:
space:
mode:
authorFabian Jahr <fjahr@protonmail.com>2020-07-29 15:22:47 +0200
committerFabian Jahr <fjahr@protonmail.com>2021-02-01 23:13:38 +0100
commit590bda79e876d9b959083105b8c7c41dd87706eb (patch)
treedbc948f0d5a5f3516dd71339b2f97ba5a88e8866 /test/functional/wallet_watchonly.py
parent98892f39e3d079c73bff7f2a5d5420fa95270497 (diff)
downloadbitcoin-590bda79e876d9b959083105b8c7c41dd87706eb.tar.xz
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_watchonly.py')
-rwxr-xr-xtest/functional/wallet_watchonly.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/wallet_watchonly.py b/test/functional/wallet_watchonly.py
index b0c41b2738..24799fe5f2 100755
--- a/test/functional/wallet_watchonly.py
+++ b/test/functional/wallet_watchonly.py
@@ -14,7 +14,6 @@ from test_framework.util import (
class CreateWalletWatchonlyTest(BitcoinTestFramework):
def set_test_params(self):
- self.setup_clean_chain = False
self.num_nodes = 1
def skip_test_if_missing_module(self):