mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-04 01:32:31 +01:00
[tests] Avoid passing around member variables in test_framework
This commit is contained in:
@@ -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):
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user