- fix orderMsgHandlerRoutinue.
This commit is contained in:
@@ -54,7 +54,7 @@ func handlePendingOrderMsg() {
|
||||
}
|
||||
}
|
||||
|
||||
func orderMsgHandlerRoutinue() {
|
||||
func orderMsgHandlerRoutine() {
|
||||
for {
|
||||
msg := <-orderMsgChan
|
||||
globals.SugarLogger.Debugf("orderMsgHandlerRoutine:%v", msg)
|
||||
|
||||
Reference in New Issue
Block a user