Преглед изворни кода

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