mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-17 05:11:15 +00:00
test: update test_rpc_stopentry, small wording change on _rpc_stopentry status
This commit is contained in:
@@ -861,7 +861,7 @@ class RPC:
|
||||
self._freqtrade.state = State.PAUSED
|
||||
return {"status": "starting bot with trader in paused state..."}
|
||||
|
||||
return {"status": "No more entries will occur from now. Run /start to enable entries"}
|
||||
return {"status": "No more entries will occur from now. Run /start to enable entries."}
|
||||
|
||||
def _rpc_reload_trade_from_exchange(self, trade_id: int) -> dict[str, str]:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user