prysmaticlabs / prysm

Poorly chosen receiver name SCC-ST1006
Anti-pattern
Minor
1 occurrence in this check
receiver name should not be an underscore, omit the name if it is unused
142	panic("implement me")
143}
144
145func (_ *Validator) SubmitAttestations(_ context.Context, _ primitives.Slot, _ [][48]byte, _ []*ethpb.AttestationData) {146	panic("implement me")
147}
148