mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Updated error message in fetchFundingRateHistory
This commit is contained in:
parent
44d9a07acd
commit
0b12107ef8
|
@ -1815,7 +1815,7 @@ class Exchange:
|
|||
if not self.exchange_has("fetchFundingRateHistory"):
|
||||
raise ExchangeError(
|
||||
f"CCXT has not implemented fetchFundingRateHistory for {self.name}; "
|
||||
f"therefore, backtesting for {self.name} is currently unavailable"
|
||||
f"therefore, dry-run/backtesting for {self.name} is currently unavailable"
|
||||
)
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue
Block a user