[tests] Avoid passing around member variables in test_framework

This commit is contained in:
John Newbery
2017-08-24 11:37:25 -04:00
parent 36b6268670
commit 6cf094a022
11 changed files with 36 additions and 36 deletions

View File

@@ -57,7 +57,7 @@ class PruneTest(BitcoinTestFramework):
sync_blocks(self.nodes[0:5])
def setup_nodes(self):
self.add_nodes(self.num_nodes, self.options.tmpdir, self.extra_args, timewait=900)
self.add_nodes(self.num_nodes, self.extra_args, timewait=900)
self.start_nodes()
def create_big_chain(self):