mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 03:41:14 +00:00
chore: change order of initial_states schema enum
This commit is contained in:
@@ -1032,8 +1032,8 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
"running",
|
"running",
|
||||||
"paused",
|
"stopped",
|
||||||
"stopped"
|
"paused"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"force_entry_enable": {
|
"force_entry_enable": {
|
||||||
|
|||||||
Reference in New Issue
Block a user