gepangpang há 2 anos atrás
pai
commit
cbc448bf77
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      standard/src/kucoin_swap.rs

+ 1 - 1
standard/src/kucoin_swap.rs

@@ -165,7 +165,7 @@ impl Platform for KucoinSwap {
         }
     }
 
-    async fn get_order_detail(&self, _id: &str) -> Result<Order, Error> {
+    async fn get_order_detail(&self, _order_id: &str, _is_custom_id: bool) -> Result<Order, Error> {
         todo!()
     }