mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-09 07:26:48 +00:00
Cleanup non-needed log.Fatal's in various files
This commit is contained in:
@@ -125,7 +125,8 @@ func (b *BTCC) WsHandleData() {
|
||||
var Result WsResponseMain
|
||||
err := common.JSONDecode(resp.Raw, &Result)
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
b.Websocket.DataHandler <- err
|
||||
continue
|
||||
}
|
||||
|
||||
switch Result.MsgType {
|
||||
|
||||
Reference in New Issue
Block a user