mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 06:53:52 +00:00
binance: make the error message clear
This commit is contained in:
parent
3aa6b0c13c
commit
c1484771ea
|
@ -414,7 +414,7 @@ func parseWebSocketEvent(message []byte) (interface{}, error) {
|
|||
}
|
||||
}
|
||||
|
||||
return nil, fmt.Errorf("unsupported message: %s", message)
|
||||
return nil, fmt.Errorf("unsupported binance websocket message: %s", message)
|
||||
}
|
||||
|
||||
// IsBookTicker document ref :https://binance-docs.github.io/apidocs/spot/en/#individual-symbol-book-ticker-streams
|
||||
|
|
Loading…
Reference in New Issue
Block a user