From 77e6b2a108916d0557d69c2a55a1736723fccccd Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 25 Jan 2025 18:21:01 +0100 Subject: [PATCH] fix: remove potentially problematic call --- freqtrade/freqtradebot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/freqtrade/freqtradebot.py b/freqtrade/freqtradebot.py index 31c84f05c..7d70c6336 100644 --- a/freqtrade/freqtradebot.py +++ b/freqtrade/freqtradebot.py @@ -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)