models.update removed TODO-lev

This commit is contained in:
Sam Germain 2022-02-03 17:47:26 -06:00
parent 99b8a8ca79
commit de557f1386

View File

@ -569,7 +569,6 @@ class LocalTrade():
payment = "BUY" if self.is_short else "SELL"
# * On margin shorts, you buy a little bit more than the amount (amount + interest)
logger.info(f'{order_type.upper()}_{payment} has been fulfilled for {self}.')
# TODO-lev: Is anything else needed here?
self.close(safe_value_fallback(order, 'average', 'price'))
elif order_type in ('stop_loss_limit', 'stop-loss', 'stop-loss-limit', 'stop'):
self.stoploss_order_id = None