mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-21 14:30:24 +00:00
fix: remove potentially problematic call
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user