chore: remove outdated todo, replaced with comment

This commit is contained in:
Matthias
2025-12-27 09:29:53 +01:00
parent 8b1b16cb08
commit 260512d678

View File

@@ -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