Skip to content

Commit

Permalink
Fix: use correct span
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasse committed Sep 30, 2024
1 parent 56afeff commit bdb7539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/rfq/api/rest/rfq.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func (r *QuoterAPIServer) collectRelayerResponses(ctx context.Context, request *
logger.Errorf("Error receiving quote response: %v", err)
return
}
span.AddEvent("received quote response", trace.WithAttributes(
clientSpan.AddEvent("received quote response", trace.WithAttributes(
attribute.String("relayer_address", relayerAddr),
attribute.String("request_id", requestID),
attribute.String("dest_amount", resp.DestAmount),
Expand Down

0 comments on commit bdb7539

Please sign in to comment.