From b657e349a2420c6e8ab894256ec5ae78718bdc9f Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 26 Jan 2025 09:22:10 +0100 Subject: [PATCH] chore: remove obsolete comment --- freqtrade/data/history/history_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/freqtrade/data/history/history_utils.py b/freqtrade/data/history/history_utils.py index 164a9f34a..e759b2490 100644 --- a/freqtrade/data/history/history_utils.py +++ b/freqtrade/data/history/history_utils.py @@ -462,7 +462,6 @@ def _download_trades_history( ) logger.info(f"Current Amount of trades: {len(trades)}") - # Default since_ms to 30 days if nothing is given new_trades = exchange.get_historic_trades( pair=pair, since=since,