From 477e722ea207e1e3d0260b559fbc274f4d3fd93e Mon Sep 17 00:00:00 2001 From: ferhat elmas Date: Thu, 15 Feb 2018 20:50:42 +0100 Subject: [PATCH] swarm/api/http: handle skipped error in manifest list --- swarm/api/http/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/api/http/server.go b/swarm/api/http/server.go index 74341899d2..9199781338 100644 --- a/swarm/api/http/server.go +++ b/swarm/api/http/server.go @@ -532,7 +532,7 @@ func (s *Server) getManifestList(key storage.Key, prefix string) (list api.Manif return api.SkipManifest }) - return list, nil + return list, err } // HandleGetFile handles a GET request to bzz:/// and responds