Fix network tester build error

This commit is contained in:
Sam Ghods 2015-03-09 19:54:48 -07:00
parent 3bf0b45ea4
commit e0519f23f7

View File

@ -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)