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