Fixed OKCoin Websocket successful channel subscription event.

This commit is contained in:
Adrian Gallagher
2016-03-13 23:39:50 +11:00
parent acfa022abe
commit 7f9e61afae

View File

@@ -490,6 +490,12 @@ func (o *OKCoin) WebsocketClient() {
continue
}
if success == "true" {
if data == nil {
continue
}
}
dataJSON, err := JSONEncode(data)
if err != nil {