Use better lock message

This commit is contained in:
Matthias
2020-10-20 19:39:38 +02:00
parent 64e680d7ee
commit 5f63fdd8ad
4 changed files with 4 additions and 9 deletions

View File

@@ -356,7 +356,7 @@ class ApiServer(RPC):
def _locks(self):
"""
Handler for /locks.
Returns the number of trades running
Returns the currently active locks.
"""
return jsonify(self._rpc_locks())