From e8fedb685b899c2824b40e434d8eb837fa2eb180 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 25 Apr 2023 11:52:13 +0200 Subject: [PATCH] Update missleading docstring --- freqtrade/freqtradebot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/freqtradebot.py b/freqtrade/freqtradebot.py index 76c48a444..89f0ac55d 100644 --- a/freqtrade/freqtradebot.py +++ b/freqtrade/freqtradebot.py @@ -420,7 +420,7 @@ class FreqtradeBot(LoggingMixin): """ Try refinding a lost trade. Only used when InsufficientFunds appears on exit orders (stoploss or long sell/short buy). - Tries to walk the stored orders and sell them off eventually. + Tries to walk the stored orders and updates the trade state if necessary. """ logger.info(f"Trying to refind lost order for {trade}") for order in trade.orders: