Limit exchanges to binance and bittrex for now

This commit is contained in:
enenn 2018-03-12 19:59:04 +01:00
parent 995345da28
commit a6ce6ef2c4

View File

@ -415,7 +415,7 @@ CONF_SCHEMA = {
'exchange': { 'exchange': {
'type': 'object', 'type': 'object',
'properties': { 'properties': {
'name': {'type': 'string'}, 'name': {'type': 'string', 'enum': ['binance', 'bittrex']},
'key': {'type': 'string'}, 'key': {'type': 'string'},
'secret': {'type': 'string'}, 'secret': {'type': 'string'},
'password': {'type': 'string'}, 'password': {'type': 'string'},