Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
blade committed Dec 21, 2023
1 parent b158dab commit 3a10643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pokt_client_decorators/cached_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func (r *CachedClient) SendRelay(req *models.SendRelayRequest) (*models.SendRela
req.Session = session
rsp, err := r.PocketService.SendRelay(req)

// Emit metrics on success
// Emit on underlying provider's success
if err != nil {
counterRelayRequest.WithLabelValues("false", reasonRelayFailedUnderlyingProvider).Inc()
} else {
Expand Down

0 comments on commit 3a10643

Please sign in to comment.