Fixed failing test_handle_protections

This commit is contained in:
Sam Germain
2021-10-02 03:58:02 -06:00
parent b3656ddfc9
commit 87ff65d31e
2 changed files with 6 additions and 7 deletions

View File

@@ -947,7 +947,7 @@ class FreqtradeBot(LoggingMixin):
# if trailing stoploss is enabled we check if stoploss value has changed
# in which case we cancel stoploss order and put another one with new
# value immediately
self.handle_trailing_stoploss_on_exchange(trade, stoploss_order, side=trade.exit_side)
self.handle_trailing_stoploss_on_exchange(trade, stoploss_order)
return False