gepangpang 2 年之前
父節點
當前提交
cbc448bf77
共有 1 個文件被更改,包括 1 次插入1 次删除
  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!()
     }