We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989a52e commit 150340aCopy full SHA for 150340a
test/functional/test_framework/test_framework.py
@@ -408,10 +408,7 @@ def setup_network(self):
408
409
def setup_nodes(self):
410
"""Override this method to customize test node setup"""
411
- extra_args = [[]] * self.num_nodes
412
- if hasattr(self, "extra_args"):
413
- extra_args = self.extra_args
414
- self.add_nodes(self.num_nodes, extra_args)
+ self.add_nodes(self.num_nodes, self.extra_args)
415
self.start_nodes()
416
if self.requires_wallet:
417
self.import_deterministic_coinbase_privkeys()
0 commit comments