Update swarm/api.Parse comment to include bzzh scheme

This commit is contained in:
Janos Guljas 2017-12-12 11:01:16 +01:00
parent b18003d99a
commit 379040e22d

View file

@ -52,7 +52,7 @@ type URI struct {
// * <scheme>://<addr>
// * <scheme>://<addr>/<path>
//
// 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 {