mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-02 00:38:15 +01:00
qa: Move common args to bitcoin.conf
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user