Skip to content

Commit

Permalink
don't require operatorID from GetChunksRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-shim committed Mar 4, 2025
1 parent 7f80ec9 commit f9f9daf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions relay/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,6 @@ func (s *Server) validateGetChunksRequest(request *pb.GetChunksRequest) error {
if request == nil {
return api.NewErrorInvalidArg("request is nil")
}
if len(request.OperatorId) == 0 {
return api.NewErrorInvalidArg("operator ID is empty")
}
if len(request.ChunkRequests) == 0 {
return api.NewErrorInvalidArg("no chunk requests provided")
}
Expand Down

0 comments on commit f9f9daf

Please # to comment.