whitelist_for_active_markets should not remove blacklisted items

This commit is contained in:
Matthias
2020-03-09 11:30:28 +01:00
parent 5cbf325fda
commit c049651784
2 changed files with 0 additions and 3 deletions

View File

@@ -129,6 +129,5 @@ class IPairList(ABC):
if pair not in sanitized_whitelist:
sanitized_whitelist.append(pair)
sanitized_whitelist = self._verify_blacklist(sanitized_whitelist)
# We need to remove pairs that are unknown
return sanitized_whitelist