mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Use LocalTrade for typehint
This commit is contained in:
parent
eac5d53a64
commit
30f94ef5b7
|
@ -748,7 +748,7 @@ class Backtesting:
|
|||
return t
|
||||
return None
|
||||
|
||||
def _run_funding_fees(self, trade: Trade, current_time: datetime, force: bool = False):
|
||||
def _run_funding_fees(self, trade: LocalTrade, current_time: datetime, force: bool = False):
|
||||
"""
|
||||
Calculate funding fees if necessary and add them to the trade.
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user