|
|
@@ -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());
|
|
|
}
|
|
|
}
|