Skip to content

Commit df47afb

Browse files
committed
Revert "[tests] bind functional test nodes to 127.0.0.1"
This reverts commit 65682da.
1 parent 59e032b commit df47afb

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)