From 7c0aa69d111558fee84b70e0e8f9a598c5d53ecf Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Tue, 16 Aug 2022 17:29:09 +0300 Subject: [PATCH] [#1615] morph: Fix the switch comment message Signed-off-by: Pavel Karpy --- pkg/morph/client/multi.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/morph/client/multi.go b/pkg/morph/client/multi.go index 7441cd99..16fef685 100644 --- a/pkg/morph/client/multi.go +++ b/pkg/morph/client/multi.go @@ -33,7 +33,6 @@ func (c *Client) switchRPC() bool { c.client.Close() // Iterate endpoints in the order of decreasing priority. - // Skip the current endpoint. for c.endpoints.curr = range c.endpoints.list { newEndpoint := c.endpoints.list[c.endpoints.curr].Address cli, act, gas, err := c.newCli(newEndpoint)