aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Newbery <[email protected]>2018-02-16 15:59:34 -0500
committerJohn Newbery <[email protected]>2018-02-16 15:59:34 -0500
commitdf47afb60070defaaee519ee39e82bd3d1c73491 (patch)
treedbcfc136d8d38e527961ed949f49417d280eced0
parentMerge #12402: [depends] expat 2.2.5, ccache 3.4.1, miniupnpc 2.0.20180203 (diff)
downloaddiscoin-df47afb60070defaaee519ee39e82bd3d1c73491.tar.xz
discoin-df47afb60070defaaee519ee39e82bd3d1c73491.zip
Revert "[tests] bind functional test nodes to 127.0.0.1"
This reverts commit 65682da7e57af544abb46a7d8a7f4fdca0c73f56.
-rw-r--r--test/functional/test_framework/util.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/test_framework/util.py b/test/functional/test_framework/util.py
index 8bf75ca1a..7fdc17133 100644
--- a/test/functional/test_framework/util.py
+++ b/test/functional/test_framework/util.py
@@ -292,7 +292,6 @@ 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):