mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-16 12:51: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",
|
"help": "Refresh period in seconds",
|
||||||
},
|
},
|
||||||
"mode": {
|
"mode": {
|
||||||
"type": "string",
|
"type": "option",
|
||||||
"default": "whitelist",
|
"default": "whitelist",
|
||||||
|
"options": ["whitelist", "blacklist"],
|
||||||
"description": "Mode of operation",
|
"description": "Mode of operation",
|
||||||
"help": "Mode of operation (whitelist/blacklist)",
|
"help": "Mode of operation (whitelist/blacklist)",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user