diff --git a/exchanges/kraken/kraken_websocket.go b/exchanges/kraken/kraken_websocket.go index 85169d5f0c6..a64e6ed41ec 100644 --- a/exchanges/kraken/kraken_websocket.go +++ b/exchanges/kraken/kraken_websocket.go @@ -1177,7 +1177,6 @@ func (k *Kraken) getRespErr(resp []byte) error { // wsProcessSubStatus handles creating or removing Subscriptions as soon as we receive a message // It's job is to ensure that subscription state is kept correct sequentially between WS messages // If this responsibility was moved to Subscribe then we would have a race due to the channel connecting IncomingWithData -// All errors are ignored; We only care about success func (k *Kraken) wsProcessSubStatus(resp []byte) { pName, err := jsonparser.GetUnsafeString(resp, "pair") if err != nil {