Explorar el Código

关闭代理检测

JiahengHe hace 1 año
padre
commit
1c51983ed4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
                 }
                 _ => {