From c47253133a895a3d256ecd9df0208fe7c7c187aa Mon Sep 17 00:00:00 2001 From: creslinux Date: Fri, 27 Jul 2018 12:07:07 +0000 Subject: [PATCH] have to begin before we can stop --- freqtrade/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/freqtrade/constants.py b/freqtrade/constants.py index c27cd875c..1611903ab 100644 --- a/freqtrade/constants.py +++ b/freqtrade/constants.py @@ -126,6 +126,7 @@ CONF_SCHEMA = { 'name': {'type': 'string'}, 'key': {'type': 'string'}, 'secret': {'type': 'string'}, + 'password': {'type': 'string'}, 'pair_whitelist': { 'type': 'array', 'items': {