chore: switch white/blacklist to option

pull/12448/head
Matthias 4 months ago
parent 7526fd0e0d
commit 3bad6d3341

@ -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)",
},

Loading…
Cancel
Save