Skip to content

Commit

Permalink
continue on rpc client error
Browse files Browse the repository at this point in the history
  • Loading branch information
buck54321 authored and chappjc committed Nov 1, 2022
1 parent ccd5edf commit cb3de7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/asset/eth/multirpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ func connectProviders(ctx context.Context, endpoints []string, log dex.Logger, c
rpcClient, err = rpc.Dial(endpoint)
if err != nil {
log.Errorf("error creating http client for %q: %v", endpoint, err)
continue
}
ec = ethclient.NewClient(rpcClient)
}
Expand Down

0 comments on commit cb3de7b

Please sign in to comment.