aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_estimatefee.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/rpc_estimatefee.py')
-rwxr-xr-xtest/functional/rpc_estimatefee.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/rpc_estimatefee.py b/test/functional/rpc_estimatefee.py
index 81862ac69e..51b7efb4c3 100755
--- a/test/functional/rpc_estimatefee.py
+++ b/test/functional/rpc_estimatefee.py
@@ -14,7 +14,6 @@ from test_framework.util import assert_raises_rpc_error
class EstimateFeeTest(BitcoinTestFramework):
def set_test_params(self):
- self.setup_clean_chain = False
self.num_nodes = 1
def run_test(self):