Fix typo in comment

This commit is contained in:
Matthias
2023-07-09 13:47:57 +02:00
parent 8212a5af77
commit 511023ee10
+1 -1
View File
@@ -231,7 +231,7 @@ class FreqtradeBot(LoggingMixin):
self.manage_open_orders() self.manage_open_orders()
# Protect from collisions with force_exit. # Protect from collisions with force_exit.
# Without this, freqtrade my try to recreate stoploss_on_exchange orders # Without this, freqtrade may try to recreate stoploss_on_exchange orders
# while exiting is in process, since telegram messages arrive in an different thread. # while exiting is in process, since telegram messages arrive in an different thread.
with self._exit_lock: with self._exit_lock:
trades = Trade.get_open_trades() trades = Trade.get_open_trades()