aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpcbind_test.py
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2017-08-24 11:37:25 -0400
committerMarcoFalke <falke.marco@gmail.com>2017-10-03 18:43:29 +0200
commitbb5e7cb308b58a1c16db1275dfca1a31e2bba71f (patch)
treec2cb3f348525b7ee868231c45baf10bab9d80f9b /test/functional/rpcbind_test.py
parent4d3ba18386c7a09086d06c8b640c19343ff34188 (diff)
downloadbitcoin-bb5e7cb308b58a1c16db1275dfca1a31e2bba71f.tar.xz
[tests] Avoid passing around member variables in test_framework
Github-Pull: #11121 Rebased-From: 6cf094a0229d051ab8a15189c8a0bc6011919e72
Diffstat (limited to 'test/functional/rpcbind_test.py')
-rwxr-xr-xtest/functional/rpcbind_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/rpcbind_test.py b/test/functional/rpcbind_test.py
index e9d64af204..a7661421ff 100755
--- a/test/functional/rpcbind_test.py
+++ b/test/functional/rpcbind_test.py
@@ -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):
'''