JiahengHe преди 1 година
родител
ревизия
1c51983ed4
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      strategy/src/core.rs

+ 1 - 1
strategy/src/core.rs

@@ -237,7 +237,7 @@ impl Core {
                     Exchange::new(HtxSwap, symbol, params.colo != 0i8, exchange_params, order_sender, error_sender).await
                 }
                 "phemex_usdt_swap" => {
-                    standard::utils::proxy_handle(Some("phemex"));
+                    // standard::utils::proxy_handle(Some("phemex"));
                     Exchange::new(PhemexSwap, symbol, params.colo != 0i8, exchange_params, order_sender, error_sender).await
                 }
                 _ => {