mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
Support backwards-compatible sell setting
This commit is contained in:
parent
c5c323ca88
commit
e0083bc58e
|
@ -261,7 +261,7 @@ CONF_SCHEMA = {
|
|||
'default': 'off'
|
||||
},
|
||||
'sell': {
|
||||
'type': 'object',
|
||||
'type': ['string', 'object'],
|
||||
'additionalProperties': {
|
||||
'type': 'string',
|
||||
'enum': TELEGRAM_SETTING_OPTIONS
|
||||
|
|
Loading…
Reference in New Issue
Block a user