Use unified stopPrice argument

This commit is contained in:
Matthias 2022-02-02 20:04:17 +01:00
parent 1b91be08fe
commit f3421dfa9f

View File

@ -59,7 +59,7 @@ class Huobi(Exchange):
try: try:
params = self._params.copy() params = self._params.copy()
params.update({ params.update({
"stop-price": stop_price, "stopPrice": stop_price,
"operator": "lte", "operator": "lte",
}) })