Update constants.py

Adding UID also, as itll get ran into in future on an exchange that needs it.
This commit is contained in:
creslin 2018-07-27 12:19:01 +00:00 committed by GitHub
parent c47253133a
commit 40ae250193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ CONF_SCHEMA = {
'key': {'type': 'string'},
'secret': {'type': 'string'},
'password': {'type': 'string'},
'uid': {'type': 'string'},
'pair_whitelist': {
'type': 'array',
'items': {