diff --git a/pkg/strategy/xmaker/strategy.go b/pkg/strategy/xmaker/strategy.go index 8afce56aca..5a150a8bf5 100644 --- a/pkg/strategy/xmaker/strategy.go +++ b/pkg/strategy/xmaker/strategy.go @@ -1516,7 +1516,7 @@ func (s *Strategy) hedgeWorker(ctx context.Context) { continue } - if !s.DisableHedge { + if s.DisableHedge { continue }