Default p2p port to 0.0.0.0

This commit is contained in:
Ignotus Peverell
2017-11-16 14:46:30 -05:00
parent 97d7a43ccf
commit 35d99efc96
+1 -1
View File
@@ -49,7 +49,7 @@ capabilities = [7]
#grin server nodes
[server.p2p_config]
host = "127.0.0.1"
host = "0.0.0.0"
port = 13414
#########################################