mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Corrected docstring
Discussed in Discord
This commit is contained in:
parent
c299601ece
commit
8a3c2c6cad
|
@ -656,7 +656,7 @@ class LocalTrade():
|
|||
def recalc_open_trade_value(self) -> None:
|
||||
"""
|
||||
Recalculate open_trade_value.
|
||||
Must be called whenever open_rate, fee_open or is_short is changed.
|
||||
Must be called whenever open_rate, fee_open is changed.
|
||||
"""
|
||||
self.open_trade_value = self._calc_open_trade_value()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user