aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2018-02-16 16:09:34 -0500
committerMarcoFalke <[email protected]>2018-02-16 16:09:37 -0500
commit27c59dc502f29cf1d76290556c21e366145e3b2e (patch)
treedbcfc136d8d38e527961ed949f49417d280eced0
parentMerge #12402: [depends] expat 2.2.5, ccache 3.4.1, miniupnpc 2.0.20180203 (diff)
parentRevert "[tests] bind functional test nodes to 127.0.0.1" (diff)
downloaddiscoin-27c59dc502f29cf1d76290556c21e366145e3b2e.tar.xz
discoin-27c59dc502f29cf1d76290556c21e366145e3b2e.zip
Merge #12464: Revert "[tests] bind functional test nodes to 127.0.0.1"
df47afb600 Revert "[tests] bind functional test nodes to 127.0.0.1" (John Newbery) Pull request description: #12200 was merged without test, and breaks `rpc_bind.py`. (Tested locally by @MarcoFalke and me). This PR backs out the change. Fixes #12462 Tree-SHA512: e92901a0ce05af86486d4f74457953a5502689b03bb2ad9a94f6fd1664385fdda8aa351e601e27ee6580227ea9adb4d7d7fbdc381e69af6b998d9c6f6d358751
-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):