Limit exchanges to binance and bittrex for now
This commit is contained in:
parent
995345da28
commit
a6ce6ef2c4
@ -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'},
|
||||
|
Loading…
Reference in New Issue
Block a user