Add test case for funding fee update failure
This commit is contained in:
@@ -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):
|
||||
|
||||
|
Reference in New Issue
Block a user