edit comment

This commit is contained in:
iuvbio 2019-03-11 21:48:55 +01:00
parent e38a3051a1
commit d4543be8eb
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class IPairList(ABC):
"""
markets = self._freqtrade.exchange.markets
# Filter to markets in stake currency
# keep only pairs with stake currency as quote
stake_pairs = [pair for pair in markets if # pair.endswith(self._config['stake_currency'])
markets[pair]["quote"] == self._config['stake_currency']]