This commit is contained in:
misagh 2018-11-26 18:47:32 +01:00
parent 1f1770ad5a
commit b63535083e

View File

@ -374,7 +374,7 @@ class Exchange(object):
try:
return self._api.create_order(pair, 'stop_loss', 'sell',
amount, rate, {'stopPrice': stop_price})
amount, rate, {'stopPrice': stop_price})
except ccxt.InsufficientFunds as e:
raise DependencyException(