aboutsummaryrefslogtreecommitdiff
path: root/test/functional/pruning.py
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2017-08-24 11:37:25 -0400
committerJohn Newbery <john@johnnewbery.com>2017-09-01 12:25:54 -0400
commit6cf094a0229d051ab8a15189c8a0bc6011919e72 (patch)
tree81fa4f2d2c6179cc6f3c0a7e2c6d9d818414fb24 /test/functional/pruning.py
parent36b626867087e9fae6d85f926248997ebff327b7 (diff)
downloadbitcoin-6cf094a0229d051ab8a15189c8a0bc6011919e72.tar.xz
[tests] Avoid passing around member variables in test_framework
Diffstat (limited to 'test/functional/pruning.py')
-rwxr-xr-xtest/functional/pruning.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/pruning.py b/test/functional/pruning.py
index 5c0e21f328..1791cd97f9 100755
--- a/test/functional/pruning.py
+++ b/test/functional/pruning.py
@@ -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):