This website works better with JavaScript.
Explore
Help
Register
Sign In
aherman
/
freqtrade
mirror of
https://github.com/freqtrade/freqtrade.git
Watch
1
Star
0
Fork
You've already forked freqtrade
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
feat: add paused state to initial state in schema
Browse Source
pull/11539/head
Axel-CH
1 year ago
parent
7178ce8559
commit
a9714727b1
1 changed files
with
1 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
1
build_helpers/schema.json
Unescape
Escape
View File
@ -1032,6 +1032,7 @@
"type"
:
"string"
,
"enum"
:
[
"running"
,
"paused"
,
"stopped"
]
}
,
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
aherman/freqtrade
Title
Body
Create Issue