瀏覽代碼

Revert "commit"

This reverts commit 10ff5914938ba0e7c488d5aee91e44227e45734d.
DESKTOP-NE65RNK\Citrus_limon 1 年之前
父節點
當前提交
ed14f6a5ce
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/coinex_usdt_swap_data_listener.rs

+ 2 - 0
src/coinex_usdt_swap_data_listener.rs

@@ -8,6 +8,8 @@ use tokio::sync::{Mutex};
 use tracing::info;
 use exchanges::coinex_swap_rest::CoinexSwapRest;
 use exchanges::coinex_swap_ws::{CoinexSwapSubscribeType, CoinexSwapWs, CoinexSwapWsType};
+// use exchanges::coinex_swap_ws::{CoinexSwapSubscribeType, CoinexSwapWs};
+use exchanges::phemex_swap_ws::{PhemexSwapWs, PhemexSwapWsType};
 use exchanges::response_base::ResponseData;
 use rust_decimal_macros::dec;
 use standard::exchange::ExchangeEnum;