Revert accidental removal of bin/freqtrade. Remove 1 TODO and fix up docs

This commit is contained in:
enenn
2018-02-04 13:25:36 +01:00
parent 5c7d0ff1df
commit 1b57c6e8a5
3 changed files with 13 additions and 11 deletions

View File

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