edit comment
This commit is contained in:
parent
e38a3051a1
commit
d4543be8eb
@ -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']]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user