diff --git a/swarm/api/uri.go b/swarm/api/uri.go index 117ecf5d25..d6951076e7 100644 --- a/swarm/api/uri.go +++ b/swarm/api/uri.go @@ -52,7 +52,7 @@ type URI struct { // * :// // * :/// // -// with scheme one of bzz, bzzr or bzzi +// with scheme one of bzz, bzzr, bzzi or bzzh func Parse(rawuri string) (*URI, error) { u, err := url.Parse(rawuri) if err != nil {