Skip to content

Commit 7d77e63

Browse files
committed
chore: simplify comment
1 parent cfa855d commit 7d77e63

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

freqtrade/exchange/exchange.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2813,8 +2813,6 @@ async def _async_get_candle_history(
28132813
since_ms=since_ms,
28142814
)
28152815
# Some exchanges sort OHLCV in ASC order and others in DESC.
2816-
# Ex: Bittrex returns the list of OHLCV in ASC order (oldest first, newest last)
2817-
# while GDAX returns the list of OHLCV in DESC order (newest first, oldest last)
28182816
# Only sort if necessary to save computing time
28192817
try:
28202818
if data and data[0][0] > data[-1][0]:

0 commit comments

Comments
 (0)