From face7220b776e3decf9889b2c20c9d5f935e971e Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Thu, 15 Feb 2018 14:01:43 -0500 Subject: qa: Move common args to bitcoin.conf --- test/functional/interface_rest.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/interface_rest.py') 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() -- cgit v1.2.3