|
|
@@ -256,7 +256,6 @@ impl Exchange {
|
|
|
let res_data_json: serde_json::Value = serde_json::from_str(&*res_data_str).unwrap();
|
|
|
let order_info_arr: serde_json::Value = res_data_json["data"].clone();
|
|
|
let result = parse_order_info(order_info_arr[0].clone());
|
|
|
- print!("{:?}", result);
|
|
|
{
|
|
|
let mut bot = bot_arc_clone.lock().await;
|
|
|
bot.order_change_response(result).await;
|