Fix typo after feedback

This commit is contained in:
Matthias
2019-05-01 16:21:14 +02:00
parent 91642b2bd9
commit 46214ce7cd
2 changed files with 4 additions and 4 deletions

View File

@@ -401,7 +401,7 @@ class RPC(object):
_exec_forcesell(trade)
Trade.session.flush()
return {'result': f'Created sell orders for trade {trade_id}.'}
return {'result': f'Created sell order for trade {trade_id}.'}
def _rpc_forcebuy(self, pair: str, price: Optional[float]) -> Optional[Trade]:
"""