mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-03 21:00:25 +00:00
chore: update missleading comment
This commit is contained in:
@@ -1046,7 +1046,7 @@ class FreqtradeBot(LoggingMixin):
|
||||
trade.adjust_stop_loss(trade.open_rate, stoploss, initial=True)
|
||||
|
||||
else:
|
||||
# This is additional entry, we reset fee_open_currency so timeout checking can work
|
||||
# This is additional entry, we reset fee_open_currency so fee checking can work
|
||||
trade.is_open = True
|
||||
trade.fee_open_currency = None
|
||||
trade.set_funding_fees(funding_fees)
|
||||
|
||||
Reference in New Issue
Block a user