Remove obsolete TODO's

This commit is contained in:
Matthias
2021-04-24 19:16:54 +02:00
parent 88f26971fa
commit cb86c90d3e
2 changed files with 0 additions and 3 deletions

View File

@@ -363,7 +363,6 @@ class Exchange:
invalid_pairs = []
for pair in extended_pairs:
# Note: ccxt has BaseCurrency/QuoteCurrency format for pairs
# TODO: add a support for having coins in BTC/USDT format
if self.markets and pair not in self.markets:
raise OperationalException(
f'Pair {pair} is not available on {self.name}. '