From 65682da7e57af544abb46a7d8a7f4fdca0c73f56 Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Tue, 16 Jan 2018 15:46:57 +0000 Subject: [tests] bind functional test nodes to 127.0.0.1 --- test/functional/test_framework/util.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/test_framework/util.py') diff --git a/test/functional/test_framework/util.py b/test/functional/test_framework/util.py index 664dc6d0af..62c4e46af1 100644 --- a/test/functional/test_framework/util.py +++ b/test/functional/test_framework/util.py @@ -292,6 +292,7 @@ def initialize_datadir(dirname, n): f.write("port=" + str(p2p_port(n)) + "\n") f.write("rpcport=" + str(rpc_port(n)) + "\n") f.write("listenonion=0\n") + f.write("bind=127.0.0.1\n") return datadir def get_datadir_path(dirname, n): -- cgit v1.2.3