Update some comments

This commit is contained in:
Matthias
2020-06-15 06:35:31 +02:00
parent 02fca141a0
commit d337fb6c6a
4 changed files with 4 additions and 5 deletions

View File

@@ -25,7 +25,6 @@ def start_test_pairlist(args: Dict[str, Any]) -> None:
results = {}
for curr in quote_currencies:
config['stake_currency'] = curr
# Do not use timeframe set in the config
pairlists = PairListManager(exchange, config)
pairlists.refresh_pairlist()
results[curr] = pairlists.whitelist