remove remnants markets and precisionlist

This commit is contained in:
iuvbio
2019-03-03 13:41:51 +01:00
parent df79098adc
commit e2cbb7e7da
4 changed files with 3 additions and 7 deletions

View File

@@ -18,7 +18,6 @@ class IPairList(ABC):
self._config = config
self._whitelist = self._config['exchange']['pair_whitelist']
self._blacklist = self._config['exchange'].get('pair_blacklist', [])
self._markets = self._freqtrade.exchange.get_markets()
@property
def name(self) -> str: