From e0083bc58e384bcd44751c4ab2eacaf90869c92c Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 27 May 2021 13:00:05 +0200 Subject: [PATCH] Support backwards-compatible sell setting --- freqtrade/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/constants.py b/freqtrade/constants.py index 2e0efc8e7..e42b9d4b8 100644 --- a/freqtrade/constants.py +++ b/freqtrade/constants.py @@ -261,7 +261,7 @@ CONF_SCHEMA = { 'default': 'off' }, 'sell': { - 'type': 'object', + 'type': ['string', 'object'], 'additionalProperties': { 'type': 'string', 'enum': TELEGRAM_SETTING_OPTIONS