Ver Fonte

交易量日志描述更改

JiahengHe há 8 meses atrás
pai
commit
b35cef30b7
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      strategy/src/core.rs

+ 1 - 1
strategy/src/core.rs

@@ -1730,7 +1730,7 @@ impl Core {
 
         // 过去一周交易量统计
         self.update_trade_volume().await;
-        info!("获取近一周交易量成功!交易量: {}", self.trading_volume);
+        info!("获取交易量成功!交易量: {}", self.trading_volume);
         /*
         ###### 交易前准备就绪 可以开始交易 ######
         self.loop.create_task(self.rest.go())