mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-15 04:11:14 +00:00
chore: switch white/blacklist to option
This commit is contained in:
@@ -120,8 +120,9 @@ class MarketCapPairList(IPairList):
|
||||
"help": "Refresh period in seconds",
|
||||
},
|
||||
"mode": {
|
||||
"type": "string",
|
||||
"type": "option",
|
||||
"default": "whitelist",
|
||||
"options": ["whitelist", "blacklist"],
|
||||
"description": "Mode of operation",
|
||||
"help": "Mode of operation (whitelist/blacklist)",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user