aboutsummaryrefslogtreecommitdiff
path: root/test/functional/interface_rest.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-02-15 14:01:43 -0500
committerMarcoFalke <falke.marco@gmail.com>2018-02-15 14:00:28 -0500
commitface7220b776e3decf9889b2c20c9d5f935e971e (patch)
tree9f99a410b351a2368727f4f963e509f77d0c70d7 /test/functional/interface_rest.py
parentd09968f4d00668b990ae19aed024ff3fd27072b8 (diff)
downloadbitcoin-face7220b776e3decf9889b2c20c9d5f935e971e.tar.xz
qa: Move common args to bitcoin.conf
Diffstat (limited to 'test/functional/interface_rest.py')
-rwxr-xr-xtest/functional/interface_rest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/interface_rest.py b/test/functional/interface_rest.py
index 9006e27cbe..3e87f6d33f 100755
--- a/test/functional/interface_rest.py
+++ b/test/functional/interface_rest.py
@@ -46,6 +46,7 @@ class RESTTest (BitcoinTestFramework):
def set_test_params(self):
self.setup_clean_chain = True
self.num_nodes = 3
+ self.extra_args = [["-rest"]] * self.num_nodes
def setup_network(self, split=False):
super().setup_network()