Fix gateio stoploss_adjust header

This commit is contained in:
Matthias 2022-03-18 10:35:00 +01:00
parent 7868e50141
commit f37038fb7d
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class Gateio(Exchange):
params={'stop': True}
)
def stoploss_adjust(self, stop_loss: float, order: Dict) -> bool:
def stoploss_adjust(self, stop_loss: float, order: Dict, side: str) -> bool:
"""
Verify stop_loss against stoploss-order value (limit or price)
Returns True if adjustment is necessary.