We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b1cbe commit 2a2189bCopy full SHA for 2a2189b
qos/evm/context.go
@@ -281,6 +281,9 @@ func (rc requestContext) createResponseObservations() []*qosobservations.EVMRequ
281
// Create observations for both the request and its corresponding endpoint response
282
endpointObs := endpointResp.GetObservation()
283
284
+ // Ensure the endpoint address is always set in the observation
285
+ endpointObs.EndpointAddr = string(endpointResp.EndpointAddr)
286
+
287
observations = append(observations, &qosobservations.EVMRequestObservation{
288
JsonrpcRequest: jsonrpcReq.GetObservation(),
289
EndpointObservations: []*qosobservations.EVMEndpointObservation{
0 commit comments