edit comment
This commit is contained in:
		| @@ -66,7 +66,7 @@ class IPairList(ABC): | |||||||
|         """ |         """ | ||||||
|         markets = self._freqtrade.exchange.markets |         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']) |         stake_pairs = [pair for pair in markets if  # pair.endswith(self._config['stake_currency']) | ||||||
|                        markets[pair]["quote"] == self._config['stake_currency']] |                        markets[pair]["quote"] == self._config['stake_currency']] | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user