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 """