Parcourir la source

bug应该修完了,上线测测吧。

skyffire il y a 9 mois
Parent
commit
a32915bd99
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      strategy/src/predictor.rs

+ 3 - 1
strategy/src/predictor.rs

@@ -278,7 +278,9 @@ impl Predictor {
             self.trade_amount_map.remove(&pop_time);
         }
 
-        info!(?self.trade_time_vec, ?self.trade_side_map, ?self.trade_amount_map)
+        info!(?self.trade_time_vec);
+        info!(?self.trade_side_map);
+        info!(?self.trade_amount_map);
     }
 
     pub async fn update_level(&mut self) {