mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 02:23:05 +00:00
Updated time to utc in test_update_funding_fees, some funding rate key errors because a timestamp is likely not in utc
This commit is contained in:
@@ -275,7 +275,7 @@ class FreqtradeBot(LoggingMixin):
|
||||
trade.pair,
|
||||
trade.amount,
|
||||
trade.open_date
|
||||
)
|
||||
) + (trade.funding_fees or 0.0)
|
||||
else:
|
||||
funding_fees = self.exchange.get_funding_fees_from_exchange(
|
||||
trade.pair,
|
||||
|
||||
Reference in New Issue
Block a user