mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
chore: remove validation for deprecated settings
This commit is contained in:
@@ -573,15 +573,6 @@ CONF_SCHEMA = {
|
|||||||
"retries": {"type": "integer", "minimum": 0},
|
"retries": {"type": "integer", "minimum": 0},
|
||||||
"retry_delay": {"type": "number", "minimum": 0},
|
"retry_delay": {"type": "number", "minimum": 0},
|
||||||
**__MESSAGE_TYPE_DICT,
|
**__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": {
|
"discord": {
|
||||||
|
|||||||
Reference in New Issue
Block a user