Fix more tests

This commit is contained in:
Matthias
2019-11-09 09:42:34 +01:00
parent 85beb3b6a9
commit 870966dcd0
2 changed files with 17 additions and 10 deletions

View File

@@ -41,4 +41,4 @@ class StaticPairList(IPairList):
:param tickers: Tickers (from exchange.get_tickers()). May be cached.
:return: new whitelist
"""
return self._config['exchange']['pair_whitelist']
return self._whitelist_for_active_markets(self._config['exchange']['pair_whitelist'])