Remove duplciate check for buy orders

This commit is contained in:
Matthias 2020-09-10 15:42:34 +02:00
parent 4db8c779fc
commit 85d90645c7
1 changed files with 0 additions and 3 deletions

View File

@ -324,9 +324,6 @@ class FreqtradeBot:
if fo and fo['status'] == 'open':
# Assume this as the open order
trade.open_order_id = order.order_id
else:
# No action for buy orders ...
continue
if fo:
logger.info(f"Found {order} for trade {trade}.jj")
self.update_trade_state(trade, order.order_id, fo,