[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

@@ -68,7 +68,7 @@ class WalletDumpTest(BitcoinTestFramework):
# longer than the default 30 seconds due to an expensive
# CWallet::TopUpKeyPool call, and the encryptwallet RPC made later in
# the test often takes even longer.
self.add_nodes(self.num_nodes, self.options.tmpdir, self.extra_args, timewait=60)
self.add_nodes(self.num_nodes, self.extra_args, timewait=60)
self.start_nodes()
def run_test (self):