mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 11:51:19 +00:00
@@ -1793,6 +1793,8 @@ class Exchange:
|
||||
orders += self._fetch_orders(pair, since)
|
||||
# Since with 1 minute overlap
|
||||
since = since + timedelta(minutes=limit - 1)
|
||||
# Ensure each order is unique based on order id
|
||||
orders = list({order["id"]: order for order in orders}.values())
|
||||
return orders
|
||||
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user