Explorar o código

关闭代理检测

JiahengHe hai 1 ano
pai
achega
1c51983ed4
Modificáronse 1 ficheiros con 1 adicións e 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
                 }
                 _ => {