Remove further occurance in bot file
This commit is contained in:
@@ -1080,7 +1080,7 @@ class FreqtradeBot(LoggingMixin):
|
|||||||
|
|
||||||
if (
|
if (
|
||||||
not trade.has_open_orders
|
not trade.has_open_orders
|
||||||
and not trade.stoploss_order_id
|
and not trade.has_open_sl_orders
|
||||||
and not self.wallets.check_exit_amount(trade)
|
and not self.wallets.check_exit_amount(trade)
|
||||||
):
|
):
|
||||||
logger.warning(
|
logger.warning(
|
||||||
|
|||||||
Reference in New Issue
Block a user