Skip to content

Commit

Permalink
Remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
samsondav committed Sep 10, 2024
1 parent 2d74231 commit 3052c57
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/services/llo/mercurytransmitter/transmitter.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
// }

0 comments on commit 3052c57

Please sign in to comment.