mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 04:52:59 +01:00
Revert "[tests] bind functional test nodes to 127.0.0.1"
This reverts commit 65682da7e5
.
This commit is contained in:
parent
59e032b43c
commit
df47afb600
@ -292,7 +292,6 @@ def initialize_datadir(dirname, n):
|
|||||||
f.write("port=" + str(p2p_port(n)) + "\n")
|
f.write("port=" + str(p2p_port(n)) + "\n")
|
||||||
f.write("rpcport=" + str(rpc_port(n)) + "\n")
|
f.write("rpcport=" + str(rpc_port(n)) + "\n")
|
||||||
f.write("listenonion=0\n")
|
f.write("listenonion=0\n")
|
||||||
f.write("bind=127.0.0.1\n")
|
|
||||||
return datadir
|
return datadir
|
||||||
|
|
||||||
def get_datadir_path(dirname, n):
|
def get_datadir_path(dirname, n):
|
||||||
|
Loading…
Reference in New Issue
Block a user