Skip to content

Commit

Permalink
feat: CNS-add-report-event-data-to-relay-payment (#1745)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlavanet authored Oct 20, 2024
1 parent 7eb86a4 commit 0b94fc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/pairing/keeper/msg_server_relay_payment.go
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ func (k EpochCuCache) updateProvidersComplainerCU(ctx sdk.Context, unresponsiveP
"cu": strconv.FormatUint(complainerCuToAdd, 10),
"epoch": strconv.FormatUint(epoch, 10),
"total_complaint_this_epoch": strconv.FormatUint(pec.ComplainersCu, 10),
"chainID": chainID,
}
utils.LogLavaEvent(ctx, k.Logger(ctx), types.ProviderReportedEventName, details, "provider got reported by consumer")
}
Expand Down

0 comments on commit 0b94fc3

Please sign in to comment.