Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
v2
Browse files Browse the repository at this point in the history
  • Loading branch information
sh7ning committed Sep 27, 2020
1 parent 34b566d commit 2a75db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/exchanges/kucoin-v2/events/order_watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func (w *OrderWatcher) Run() {
w.publish(data.OrderId, publishedData)

default:
log.Panic("错误的 msg type: " + l3Data.Type)
log.Panic("error msg type: " + l3Data.Type)
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/exchanges/kucoin-v2/orderbook/orderbook.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ func (b *Builder) updateOrderBook(msg *stream.DataModel) {
b.OrderBookTime = data.Time

default:
log.Panic("错误的 msg type: " + msg.Type)
log.Panic("error msg type: " + msg.Type)
}

ask, bid := b.fullOrderBook.GetOrderBookTickerOrder()
Expand Down

0 comments on commit 2a75db8

Please sign in to comment.