Add test for update_open_orders

This commit is contained in:
Matthias
2020-09-06 19:32:00 +02:00
parent a0fd7f4644
commit f6ebe51314
2 changed files with 30 additions and 3 deletions

View File

@@ -247,8 +247,8 @@ class FreqtradeBot:
self.update_trade_state(order.trade, order.order_id, fo)
except ExchangeError:
logger.warning(f"Error updating {order.order_id}")
except ExchangeError as e:
logger.warning(f"Error updating Order {order.order_id} due to {e}")
def update_closed_trades_without_assigned_fees(self):
"""