ソースを参照

coinex match通配符修改

JiahengHe 1 年間 前
コミット
b725fe89e0
1 ファイル変更1 行追加1 行削除
  1. 1 1
      strategy/src/coinex_usdt_swap.rs

+ 1 - 1
strategy/src/coinex_usdt_swap.rs

@@ -224,7 +224,7 @@ async fn on_data(core_arc_clone: Arc<Mutex<Core>>,
                         rst.push(new_order.clone());
                     }
                 }
-                &_ => {
+                _ => {
                     rst = order_infos;
                 }
             }