Commit e0519f23 authored by Sam Ghods's avatar Sam Ghods

Fix network tester build error

parent 3bf0b45e
......@@ -218,7 +218,7 @@ func contactOthers(state *State) {
}
for _, e := range endpoints.Endpoints {
contactSingle("http://"+e, state)
contactSingle("http://"+e.IP+":"+string(e.Port), state)
}
time.Sleep(5 * time.Second)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment