diff --git a/freqtrade/misc.py b/freqtrade/misc.py index 17fec8210..3033b3385 100644 --- a/freqtrade/misc.py +++ b/freqtrade/misc.py @@ -415,7 +415,7 @@ CONF_SCHEMA = { 'exchange': { 'type': 'object', 'properties': { - 'name': {'type': 'string'}, + 'name': {'type': 'string', 'enum': ['binance', 'bittrex']}, 'key': {'type': 'string'}, 'secret': {'type': 'string'}, 'password': {'type': 'string'},