fix: remove potentially problematic call

This commit is contained in:
Matthias
2025-01-25 18:21:01 +01:00
parent d3f6227d3f
commit 77e6b2a108

View File

@@ -1036,7 +1036,6 @@ class FreqtradeBot(LoggingMixin):
# This is additional entry, we reset fee_open_currency so timeout checking can work
trade.is_open = True
trade.fee_open_currency = None
trade.open_rate_requested = enter_limit_requested
trade.set_funding_fees(funding_fees)
trade.orders.append(order_obj)