mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-02 20:30:25 +00:00
Fix comment
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user