Add password and uid to config to support exchanges that require them
This commit is contained in:
@@ -418,6 +418,8 @@ CONF_SCHEMA = {
|
||||
'name': {'type': 'string'},
|
||||
'key': {'type': 'string'},
|
||||
'secret': {'type': 'string'},
|
||||
'password': {'type': 'string'},
|
||||
'uid': {'type': 'string'},
|
||||
'pair_whitelist': {
|
||||
'type': 'array',
|
||||
'items': {
|
||||
|
||||
Reference in New Issue
Block a user