Update orders

This commit is contained in:
Matthias
2020-08-13 14:13:58 +02:00
parent 4924d8487e
commit 396e781bf4
3 changed files with 23 additions and 10 deletions

View File

@@ -1260,6 +1260,7 @@ class FreqtradeBot:
except InvalidOrderException as exception:
logger.warning('Unable to fetch order %s: %s', order_id, exception)
return False
Order.update_order(order)
# Try update amount (binance-fix)
try:
new_amount = self.get_real_amount(trade, order, order_amount)