Skip to content

Commit 27c59dc

Browse files
author
MarcoFalke
committed
Merge #12464: Revert "[tests] bind functional test nodes to 127.0.0.1"
df47afb 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
2 parents 59e032b + df47afb commit 27c59dc

File tree

1 file changed

+0
-1
lines changed
  • test/functional/test_framework

1 file changed

+0
-1
lines changed

test/functional/test_framework/util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@ def initialize_datadir(dirname, n):
292292
f.write("port=" + str(p2p_port(n)) + "\n")
293293
f.write("rpcport=" + str(rpc_port(n)) + "\n")
294294
f.write("listenonion=0\n")
295-
f.write("bind=127.0.0.1\n")
296295
return datadir
297296

298297
def get_datadir_path(dirname, n):

0 commit comments

Comments
 (0)