mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-03-05 13:24:20 +00:00
Merge branch 'main-stash' of https://github.com/stash86/freqtrade into main-stash
This commit is contained in:
@@ -61,7 +61,7 @@ class CrossMarketPairList(IPairList):
|
||||
**IPairList.refresh_period_parameter(),
|
||||
}
|
||||
|
||||
def get_base_list(self):
|
||||
def get_base_list(self) -> list[str]:
|
||||
target_mode = self._target_mode
|
||||
spot_only = True if target_mode == "spot" else False
|
||||
futures_only = True if target_mode == "futures" else False
|
||||
|
||||
Reference in New Issue
Block a user