From 260512d6786a814badf540d5645a51c094272c64 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 27 Dec 2025 09:29:53 +0100 Subject: [PATCH] chore: remove outdated todo, replaced with comment --- freqtrade/exchange/exchange.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/exchange/exchange.py b/freqtrade/exchange/exchange.py index 3085e9ac9..605d6721a 100644 --- a/freqtrade/exchange/exchange.py +++ b/freqtrade/exchange/exchange.py @@ -709,7 +709,7 @@ class Exchange: self._markets = self._api_async.markets self._api.set_markets_from_exchange(self._api_async) # Assign options array, as it contains some temporary information from the exchange. - # TODO: investigate with ccxt if it's safe to remove `.options` + # ccxt does not implicitly copy options over in set_markets_from_exchange self._api.options = self._api_async.options if self._exchange_ws: # Set markets to avoid reloading on websocket api