chore_: fix tests
This commit is contained in:
parent
4dbad723bf
commit
9d02b35e23
|
@ -377,11 +377,10 @@ func (c *Client) CallContextIgnoringLocalHandlers(ctx context.Context, result in
|
|||
|
||||
if c.router.routeRemote(method) {
|
||||
client, err := c.getClientUsingCache(chainID)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
if err == nil {
|
||||
return client.CallContext(ctx, result, method, args...)
|
||||
}
|
||||
}
|
||||
|
||||
if c.local == nil {
|
||||
c.log.Warn("Local JSON-RPC endpoint missing", "method", method)
|
||||
|
|
Loading…
Reference in New Issue