cmd/swarm/swarm-smoke: port

This commit is contained in:
Fabio Barone 2019-02-13 19:41:16 -05:00
parent b5ec08d127
commit b906f7ab33

View file

@ -75,7 +75,8 @@ func triggerChunkDebug(testData []byte) error {
// has-chunks // has-chunks
for _, host := range hosts { for _, host := range hosts {
httpHost := fmt.Sprintf("http://%s:%d", host, 8545) //httpHost := fmt.Sprintf("http://%s:%d", host, 8545)
httpHost := host
rpcClient, err := rpc.Dial(httpHost) rpcClient, err := rpc.Dial(httpHost)
if err != nil { if err != nil {
return err return err