diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-02-15 14:01:43 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-02-15 14:00:28 -0500 |
commit | face7220b776e3decf9889b2c20c9d5f935e971e (patch) | |
tree | 9f99a410b351a2368727f4f963e509f77d0c70d7 /test/functional/interface_rest.py | |
parent | d09968f4d00668b990ae19aed024ff3fd27072b8 (diff) |
qa: Move common args to bitcoin.conf
Diffstat (limited to 'test/functional/interface_rest.py')
-rwxr-xr-x | test/functional/interface_rest.py | 1 |
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() |