diff --git a/core/services/llo/mercurytransmitter/transmitter.go b/core/services/llo/mercurytransmitter/transmitter.go index 1e98d06fd27..dc032a054dc 100644 --- a/core/services/llo/mercurytransmitter/transmitter.go +++ b/core/services/llo/mercurytransmitter/transmitter.go @@ -252,8 +252,3 @@ func (mt *transmitter) Transmit( func (mt *transmitter) FromAccount() (ocrtypes.Account, error) { return ocrtypes.Account(mt.fromAccount), nil } - -// LatestConfigDigestAndEpoch retrieves the latest config digest and epoch from the OCR2 contract. -// func (mt *transmitter) LatestConfigDigestAndEpoch(ctx context.Context) (cd ocrtypes.ConfigDigest, epoch uint32, err error) { -// panic("not needed for OCR3") -// }