mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
grid2: fix error message
This commit is contained in:
parent
2fbe90b1e7
commit
bae36818d4
|
@ -911,7 +911,7 @@ func (s *Strategy) cancelAll(ctx context.Context) error {
|
|||
|
||||
openOrders, err := queryOpenOrdersUntilSuccessful(ctx, session.Exchange, s.Symbol)
|
||||
if err != nil {
|
||||
s.logger.WithError(err).Errorf("CancelOrdersByGroupID api call error")
|
||||
s.logger.WithError(err).Errorf("queryOpenOrders api call error")
|
||||
werr = multierr.Append(werr, err)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user