Skip to content

Commit 65682da

Browse files
committed
[tests] bind functional test nodes to 127.0.0.1
1 parent cad504b commit 65682da

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

test/functional/test_framework/util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ 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")
295296
return datadir
296297

297298
def get_datadir_path(dirname, n):

0 commit comments

Comments
 (0)