Commit 5fc7b027 authored by Steven Allen's avatar Steven Allen

fix(swarm): improve swarm connect no peers found error

License: MIT
Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
parent 1cc8c3a1
......@@ -538,7 +538,7 @@ func resolveAddresses(ctx context.Context, addrs []string) ([]ma.Multiaddr, erro
}
}
if found == 0 {
resolveErrC <- fmt.Errorf("non-resolvable multiaddr about %v", maddr)
resolveErrC <- fmt.Errorf("found no ipfs peers at %s", maddr)
}
}(maddr)
}
......
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