mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
chore: enhance change with comment
This commit is contained in:
parent
12299d4810
commit
bfb14614cc
|
@ -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]:
|
||||
|
|
Loading…
Reference in New Issue
Block a user