mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 03:41:14 +00:00
feat: add paused state to initial state in schema
This commit is contained in:
@@ -1032,6 +1032,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
"running",
|
"running",
|
||||||
|
"paused",
|
||||||
"stopped"
|
"stopped"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user