mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-26 08:50:47 +00:00
chore: fix typo
This commit is contained in:
@@ -1013,7 +1013,7 @@ class RPC:
|
||||
) -> dict[str, str]:
|
||||
"""
|
||||
Handler for forceexit <id>.
|
||||
exts the given trade. Uses current price if price is None.
|
||||
exits the given trade. Uses current price if price is None.
|
||||
"""
|
||||
|
||||
if self._freqtrade.state == State.STOPPED:
|
||||
|
||||
Reference in New Issue
Block a user