_rpc_forcebuy

This commit is contained in:
Matthias
2022-01-26 19:08:37 +01:00
parent 4998f3bdd7
commit 48d8cd82af
7 changed files with 23 additions and 21 deletions

View File

@@ -868,7 +868,7 @@ class Telegram(RPCHandler):
def _forcebuy_action(self, pair, price=None):
try:
self._rpc._rpc_forcebuy(pair, price)
self._rpc._rpc_force_entry(pair, price)
except RPCException as e:
self._send_msg(str(e))