prysmaticlabs / prysm

Confusing naming of struct fields or methods RVV-B0001
Bug risk
Minor
1 occurrence in this check
Method 'produceSyncCommitteeContribution' differs only by capitalization to method 'ProduceSyncCommitteeContribution' in the same source file
 470}
 471
 472// ProduceSyncCommitteeContribution requests that the beacon node produce a sync committee contribution.
 473func (s *Server) produceSyncCommitteeContribution( 474	ctx context.Context,
 475	w http.ResponseWriter,
 476	slot primitives.Slot,