prysmaticlabs / prysm

Unused method receiver RVV-B0013
Bug risk
Major
2 occurrences in this check
Method receiver 'fv' is not referenced in method's body, consider removing it
167}
168
169// GetAttestationData for mocking.
170func (fv *FakeValidator) GetAttestationData(_ context.Context, _ primitives.Slot, _ [fieldparams.BLSPubkeyLength]byte) *ethpb.AttestationData {171	return nil
172}
173
Unused method receiver '_', consider removing it
142	panic("implement me")
143}
144
145func (_ *Validator) SubmitAttestations(_ context.Context, _ primitives.Slot, _ [][48]byte, _ []*ethpb.AttestationData) {146	panic("implement me")
147}
148