Skip to content

Commit

Permalink
lintX.com
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlavanet committed Jan 16, 2025
1 parent 5d0c63d commit e7408c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/rpcprovider/testing.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ func startTesting(ctx context.Context, clientCtx client.Context, lavaNetworkChai
for _, endpointService := range endpointServices {
probeResp, probeLatency, version, latestBlockFromProbe, err := checkOneProvider(endpointService.ApiInterface, endpointService.Addon)
for _, verification := range probeResp.GetVerifications() {
verifications["["+getEmojiForVerificationStatus(verification.Passed)+"] " + verification.Name] = struct{}{}
verifications["["+getEmojiForVerificationStatus(verification.Passed)+"] "+verification.Name] = struct{}{}
}
if err != nil {
badChains = append(badChains, providerEntry.Chain+" "+endpointService.String())
Expand Down

0 comments on commit e7408c9

Please sign in to comment.