aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_import_rescan.py
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2018-03-06 16:48:15 -0500
committerSjors Provoost <sjors@sprovoost.nl>2018-03-06 16:48:15 -0500
commitb156ff7c30175f5d23bde97a56a2c34af2196466 (patch)
tree2dbaaf83b0c4b0692269ad762917d8feb48a02b2 /test/functional/wallet_import_rescan.py
parentd3f4dd313e5fe58903caf2f4d04827e7f7944e17 (diff)
downloadbitcoin-b156ff7c30175f5d23bde97a56a2c34af2196466.tar.xz
[tests] bind functional test nodes to 127.0.0.1
Prevents OSX firewall allow-this-application-to-accept-inbound-connections permission popups and is generally safer. To prevent binding to 127.0.0.1, set self.bind_to_localhost_only = False.
Diffstat (limited to 'test/functional/wallet_import_rescan.py')
-rwxr-xr-xtest/functional/wallet_import_rescan.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/wallet_import_rescan.py b/test/functional/wallet_import_rescan.py
index 3288ce4b60..bfd4638481 100755
--- a/test/functional/wallet_import_rescan.py
+++ b/test/functional/wallet_import_rescan.py
@@ -124,7 +124,7 @@ class ImportRescanTest(BitcoinTestFramework):
if import_node.prune:
extra_args[i] += ["-prune=1"]
- self.add_nodes(self.num_nodes, extra_args)
+ self.add_nodes(self.num_nodes, extra_args=extra_args)
self.start_nodes()
for i in range(1, self.num_nodes):
connect_nodes(self.nodes[i], 0)