mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
cmd/swarm/swarm-smoke: port
This commit is contained in:
parent
b5ec08d127
commit
b906f7ab33
1 changed files with 2 additions and 1 deletions
|
|
@ -75,7 +75,8 @@ func triggerChunkDebug(testData []byte) error {
|
|||
|
||||
// has-chunks
|
||||
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)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
|
|||
Loading…
Reference in a new issue