Ver código fonte

self.processor(trade.time, false).await;

skyffire 9 meses atrás
pai
commit
5af242f020
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      strategy/src/predictor.rs

+ 1 - 1
strategy/src/predictor.rs

@@ -241,7 +241,7 @@ impl Predictor {
             }
         }
 
-        // self.processor().await;
+        self.processor(trade.time, false).await;
     }
 
     pub async fn on_ticker(&mut self, _ticker: &Ticker) {}