Add test case for funding fee update failure

This commit is contained in:
Matthias
2022-09-08 07:13:15 +00:00
parent 39b6cadd14
commit 791f61c089
2 changed files with 10 additions and 2 deletions

View File

@@ -292,8 +292,6 @@ class FreqtradeBot(LoggingMixin):
trade.funding_fees = funding_fees
except ExchangeError:
logger.warning("Could not update funding fees for open trades.")
else:
return 0.0
def startup_backpopulate_precision(self):