Add partial test for refind_order

This commit is contained in:
Matthias
2020-09-09 07:50:52 +02:00
parent 98840eef3c
commit 25938efee6
3 changed files with 39 additions and 16 deletions

View File

@@ -333,7 +333,7 @@ class FreqtradeBot:
stoploss_order=order.ft_order_side == 'stoploss')
except ExchangeError:
logger.warning(f"Error updating {order.order_id}")
logger.warning(f"Error updating {order.order_id}.")
#
# BUY / enter positions / open trades logic and methods