|
@@ -717,7 +717,7 @@ impl Platform for BitgetSwap {
|
|
|
self_clone.order_sender.send(result).await.unwrap();
|
|
self_clone.order_sender.send(result).await.unwrap();
|
|
|
}
|
|
}
|
|
|
Err(error) => {
|
|
Err(error) => {
|
|
|
- error!(?error);
|
|
|
|
|
|
|
+ // error!(?error);
|
|
|
let mut err_order = Order::new();
|
|
let mut err_order = Order::new();
|
|
|
err_order.custom_id = cid.clone();
|
|
err_order.custom_id = cid.clone();
|
|
|
err_order.status = "REMOVE".to_string();
|
|
err_order.status = "REMOVE".to_string();
|