mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Merge 477e722ea2 into 2eedbe799f
This commit is contained in:
commit
ba0a0b2ef2
1 changed files with 1 additions and 1 deletions
|
|
@ -899,7 +899,7 @@ func (s *Server) getManifestList(ctx context.Context, addr storage.Address, pref
|
||||||
return api.ErrSkipManifest
|
return api.ErrSkipManifest
|
||||||
})
|
})
|
||||||
|
|
||||||
return list, nil
|
return list, err
|
||||||
}
|
}
|
||||||
|
|
||||||
// HandleGetFile handles a GET request to bzz://<manifest>/<path> and responds
|
// HandleGetFile handles a GET request to bzz://<manifest>/<path> and responds
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue