chore: improve comment wording

pull/11119/head
Matthias 1 year ago
parent 4704f2b08e
commit 0b0bbd4c42

@ -1303,7 +1303,7 @@ class FreqtradeBot(LoggingMixin):
logger.warning(
f"Unable to handle stoploss on exchange for {trade.pair}: {exception}"
)
# Check if we can sell our current pair
# Check if we can exit our current pair
if not trade.has_open_orders and trade.is_open and self.handle_trade(trade):
trades_closed += 1

Loading…
Cancel
Save