Skip to content

Commit

Permalink
Transmission report logging
Browse files Browse the repository at this point in the history
  • Loading branch information
samsondav committed Nov 13, 2024
1 parent 216b675 commit 2204258
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/services/llo/transmitter.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ func (t *transmitter) Transmit(
report ocr3types.ReportWithInfo[llotypes.ReportInfo],
sigs []types.AttributedOnchainSignature,
) (err error) {
t.lggr.Debugw("Transmit report", "digest", digest, "seqNr", seqNr, "report", report, "sigs", sigs)

if report.Info.ReportFormat == llotypes.ReportFormatRetirement {
// Retirement reports don't get transmitted; rather, they are stored in
// the RetirementReportCache
Expand Down

0 comments on commit 2204258

Please sign in to comment.