瀏覽代碼

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;
                 }
             }