chore: enhance change with comment

This commit is contained in:
Matthias 2024-09-15 09:48:44 +02:00
parent 12299d4810
commit bfb14614cc

View File

@ -67,6 +67,8 @@ class StaticPairList(IPairList):
if self._allow_inactive:
return wl
else:
# Avoid implicit filtering of "verify_whitelist" to keep
# proper warnings in the log
return self._whitelist_for_active_markets(wl)
def filter_pairlist(self, pairlist: List[str], tickers: Tickers) -> List[str]: