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

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': {