mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-23 13:29:43 +02:00
[tests] Avoid passing around member variables in test_framework
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user