Rename tickers_has_quoteVolume

This commit is contained in:
Matthias
2022-03-18 16:49:37 +01:00
parent 1de5d2fb94
commit 2791e799ee
4 changed files with 5 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ class VolumePairList(IPairList):
if (not self._use_range and not (
self._exchange.exchange_has('fetchTickers')
and self._exchange._ft_has["tickers_has_quoteVolume"])):
and self._exchange._ft_has["tickers_have_quoteVolume"])):
raise OperationalException(
"Exchange does not support dynamic whitelist in this configuration. "
"Please edit your config and either remove Volumepairlist, "