mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Eliminate duplicate word in wallets docstring
This commit is contained in:
parent
d0624570af
commit
cabdfabf03
|
@ -70,7 +70,7 @@ class Wallets:
|
||||||
def _update_dry(self) -> None:
|
def _update_dry(self) -> None:
|
||||||
"""
|
"""
|
||||||
Update from database in dry-run mode
|
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
|
- Subtract currently tied up stake_amount in open trades
|
||||||
- update balances for currencies currently in trades
|
- update balances for currencies currently in trades
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user