mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-30 10:50:24 +00:00
chore: remove pointless TODO
This commit is contained in:
@@ -70,7 +70,6 @@ class Gate(Exchange):
|
|||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
if not self._config["dry_run"]:
|
if not self._config["dry_run"]:
|
||||||
# TODO: This should work with 4.4.34 and later.
|
|
||||||
self._api.load_unified_status()
|
self._api.load_unified_status()
|
||||||
is_unified = self._api.options.get("unifiedAccount")
|
is_unified = self._api.options.get("unifiedAccount")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user