[tests] bind functional test nodes to 127.0.0.1

pull/12200/head
Sjors Provoost 7 years ago
parent cad504bf4c
commit 65682da7e5
No known key found for this signature in database
GPG Key ID: 57FF9BDBCC301009

@ -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):

Loading…
Cancel
Save