mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-26 00:35:15 +00:00
add log label
This commit is contained in:
parent
2a168031f3
commit
5665f6db97
|
@ -206,7 +206,7 @@ func (e *BinanceExchange) SubmitOrder(ctx context.Context, order *Order) error {
|
|||
}
|
||||
|
||||
retOrder, err := req.Do(ctx)
|
||||
log.Infof("order created: %+v", retOrder)
|
||||
log.Infof("[binance] order created: %+v", retOrder)
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user