Fix small typo and add small testcase

This commit is contained in:
Matthias
2020-09-06 15:05:47 +02:00
parent 7c1f111ddf
commit b4da36d6e9
2 changed files with 3 additions and 1 deletions

View File

@@ -1376,7 +1376,7 @@ class FreqtradeBot:
"""
if not order_id:
logger.warning(f'Orderid for trade {trade} is empty.')
False
return False
# Update trade with order values
logger.info('Found open order for %s', trade)