mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
Update Websocket message string for BTC China.
This commit is contained in:
@@ -77,7 +77,7 @@ func (b *BTCChina) OnError() {
|
||||
|
||||
func (b *BTCChina) OnMessage(message []byte, output chan socketio.Message) {
|
||||
if b.Verbose {
|
||||
log.Println("onmsg")
|
||||
log.Printf("%s Websocket message received which isn't handled by default.\n", b.GetName())
|
||||
log.Println(string(message))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user