Skip to content

Commit

Permalink
fixup! Kraken: Subscription templating
Browse files Browse the repository at this point in the history
  • Loading branch information
gbjk committed Aug 14, 2024
1 parent b46a993 commit 44d8b77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exchanges/kraken/kraken_websocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 44d8b77

Please sign in to comment.