Revert accidental removal of bin/freqtrade. Remove 1 TODO and fix up docs
This commit is contained in:
@@ -43,8 +43,6 @@ def init(config: dict) -> None:
|
||||
# Find matching class for the given exchange name
|
||||
name = exchange_config['name']
|
||||
|
||||
# TODO add check for a list of supported exchanges
|
||||
|
||||
if name not in ccxt.exchanges:
|
||||
raise OperationalException('Exchange {} is not supported'.format(name))
|
||||
|
||||
|
Reference in New Issue
Block a user