grid2: fix error message

This commit is contained in:
c9s 2023-03-16 14:57:05 +08:00
parent 2fbe90b1e7
commit bae36818d4
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -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)
}