Parcourir la source

coinex match通配符修改

JiahengHe il y a 1 an
Parent
commit
b725fe89e0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
                 }
             }