Updated error message in fetchFundingRateHistory

This commit is contained in:
Sam Germain 2021-10-28 07:22:47 -06:00
parent 44d9a07acd
commit 0b12107ef8
1 changed files with 1 additions and 1 deletions

View File

@ -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: