瀏覽代碼

屏蔽gate撤单失败的日志。

skyfffire 1 年之前
父節點
當前提交
cf5f4a2aa2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      standard/src/gate_swap.rs

+ 1 - 1
standard/src/gate_swap.rs

@@ -551,7 +551,7 @@ impl Platform for GateSwap {
                                 result_sd.send(order).await.unwrap();
                             }
                             Err(_err) => {
-                                error!("撤单失败,而且查单也失败了,gate_io_swap,oid={}, cid={}。", order_id.clone(), custom_id.clone());
+                                // error!("撤单失败,而且查单也失败了,gate_io_swap,oid={}, cid={}。", order_id.clone(), custom_id.clone());
                                 // panic!("撤单失败,而且查单也失败了,gate_io_swap,oid={}, cid={}。", order_id.clone(), custom_id.clone());
                             }
                         }