From cabdfabf0381607f44a95dcab4cb03e152e603a5 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 28 Apr 2024 15:16:45 +0200 Subject: [PATCH] Eliminate duplicate word in wallets docstring --- freqtrade/wallets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/wallets.py b/freqtrade/wallets.py index 96274e7fc..a1038b368 100644 --- a/freqtrade/wallets.py +++ b/freqtrade/wallets.py @@ -70,7 +70,7 @@ class Wallets: def _update_dry(self) -> None: """ Update from database in dry-run mode - - Apply apply profits of closed trades on top of stake amount + - Apply profits of closed trades on top of stake amount - Subtract currently tied up stake_amount in open trades - update balances for currencies currently in trades """