From 379040e22d31e8a23a4b568e3e194b1a741a21f2 Mon Sep 17 00:00:00 2001 From: Janos Guljas Date: Tue, 12 Dec 2017 11:01:16 +0100 Subject: [PATCH] Update swarm/api.Parse comment to include bzzh scheme --- swarm/api/uri.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {