diff --git a/pkg/strategy/xfunding/strategy.go b/pkg/strategy/xfunding/strategy.go index c81f08d77..99bb23dd8 100644 --- a/pkg/strategy/xfunding/strategy.go +++ b/pkg/strategy/xfunding/strategy.go @@ -887,7 +887,7 @@ func (s *Strategy) syncSpotPosition(ctx context.Context) { Type: types.OrderTypeLimitMaker, Quantity: orderQuantity, Price: orderPrice, - Market: s.futuresMarket, + Market: s.spotMarket, } createdOrders, err := s.spotOrderExecutor.SubmitOrders(ctx, submitOrder)