From 40ae250193009997e9e94d26c9c7f037684ec1b3 Mon Sep 17 00:00:00 2001 From: creslin <34645187+creslinux@users.noreply.github.com> Date: Fri, 27 Jul 2018 12:19:01 +0000 Subject: [PATCH] Update constants.py Adding UID also, as itll get ran into in future on an exchange that needs it. --- freqtrade/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/freqtrade/constants.py b/freqtrade/constants.py index 1611903ab..24de36f3d 100644 --- a/freqtrade/constants.py +++ b/freqtrade/constants.py @@ -127,6 +127,7 @@ CONF_SCHEMA = { 'key': {'type': 'string'}, 'secret': {'type': 'string'}, 'password': {'type': 'string'}, + 'uid': {'type': 'string'}, 'pair_whitelist': { 'type': 'array', 'items': {