mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
chore: remove validation for deprecated settings
This commit is contained in:
parent
ca47e3489c
commit
00729a87ff
|
@ -573,15 +573,6 @@ CONF_SCHEMA = {
|
|||
"retries": {"type": "integer", "minimum": 0},
|
||||
"retry_delay": {"type": "number", "minimum": 0},
|
||||
**__MESSAGE_TYPE_DICT,
|
||||
# **{x: {'type': 'object'} for x in RPCMessageType},
|
||||
# Below -> Deprecated
|
||||
"webhookentry": {"type": "object"},
|
||||
"webhookentrycancel": {"type": "object"},
|
||||
"webhookentryfill": {"type": "object"},
|
||||
"webhookexit": {"type": "object"},
|
||||
"webhookexitcancel": {"type": "object"},
|
||||
"webhookexitfill": {"type": "object"},
|
||||
"webhookstatus": {"type": "object"},
|
||||
},
|
||||
},
|
||||
"discord": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user