diff --git a/src/future/order.rs b/src/future/order.rs index f599e04..c23f9f2 100644 --- a/src/future/order.rs +++ b/src/future/order.rs @@ -832,6 +832,7 @@ pub async fn get_last_price(client: &Client, price_map: &mut HashMap symbol = element.1.as_str().unwrap().to_string(), "price" => price = element.1.as_str().unwrap().parse::().unwrap(), + "time" => {}, _ => { log::error!("Elements in body msg are changed. Please update both your coinprices table and vectors."); }