mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-16 15:09:57 +00:00
Fixed OKCoin Websocket successful channel subscription event.
This commit is contained in:
@@ -490,6 +490,12 @@ func (o *OKCoin) WebsocketClient() {
|
||||
continue
|
||||
}
|
||||
|
||||
if success == "true" {
|
||||
if data == nil {
|
||||
continue
|
||||
}
|
||||
}
|
||||
|
||||
dataJSON, err := JSONEncode(data)
|
||||
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user