diff --git a/swarm/api/http/server.go b/swarm/api/http/server.go index 5897a1cb9d..182dd2ff1b 100644 --- a/swarm/api/http/server.go +++ b/swarm/api/http/server.go @@ -899,7 +899,7 @@ func (s *Server) getManifestList(ctx context.Context, addr storage.Address, pref return api.ErrSkipManifest }) - return list, nil + return list, err } // HandleGetFile handles a GET request to bzz:/// and responds