[tests] Avoid passing around member variables in test_framework

Github-Pull: #11121
Rebased-From: 6cf094a022
This commit is contained in:
John Newbery
2017-08-24 11:37:25 -04:00
committed by MarcoFalke
parent 4d3ba18386
commit bb5e7cb308
11 changed files with 36 additions and 36 deletions

View File

@@ -20,7 +20,7 @@ class RPCBindTest(BitcoinTestFramework):
self.num_nodes = 1
def setup_network(self):
self.add_nodes(self.num_nodes, self.options.tmpdir, None)
self.add_nodes(self.num_nodes, None)
def run_bind_test(self, allow_ips, connect_to, addresses, expected):
'''