diff --git a/pkg/strategy/dca2/strategy.go b/pkg/strategy/dca2/strategy.go index ecb4b24368..6519be79d1 100644 --- a/pkg/strategy/dca2/strategy.go +++ b/pkg/strategy/dca2/strategy.go @@ -398,7 +398,7 @@ func (s *Strategy) CalculateAndEmitProfitUntilSuccessful(ctx context.Context) er return nil } - return retry.GeneralLiteBackoff(ctx, op) + return retry.GeneralBackoff(ctx, op) } func (s *Strategy) CalculateAndEmitProfit(ctx context.Context, historyService types.ExchangeTradeHistoryService, queryService types.ExchangeOrderQueryService) error {