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