Skip to content

Commit 260512d

Browse files
committed
chore: remove outdated todo, replaced with comment
1 parent 8b1b16c commit 260512d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freqtrade/exchange/exchange.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ def reload_markets(self, force: bool = False, *, load_leverage_tiers: bool = Tru
709709
self._markets = self._api_async.markets
710710
self._api.set_markets_from_exchange(self._api_async)
711711
# Assign options array, as it contains some temporary information from the exchange.
712-
# TODO: investigate with ccxt if it's safe to remove `.options`
712+
# ccxt does not implicitly copy options over in set_markets_from_exchange
713713
self._api.options = self._api_async.options
714714
if self._exchange_ws:
715715
# Set markets to avoid reloading on websocket api

0 commit comments

Comments
 (0)