Fix comment

This commit is contained in:
Matthias 2023-10-08 08:59:18 +02:00
parent 094984eb2f
commit 6c00bf423b

View File

@ -1921,7 +1921,7 @@ class FreqtradeBot(LoggingMixin):
if self.exchange.check_order_canceled_empty(order):
# Trade has been cancelled on exchange
# Handling of this will happen in check_handle_timedout.
# Handling of this will happen in handle_cancel_order.
return True
order_obj_or_none = trade.select_order_by_order_id(order_id)