Remove --refresh-pairs

This commit is contained in:
Matthias
2019-09-20 20:02:07 +02:00
parent 7fff1f5ce1
commit 1cd8ed0c1a
7 changed files with 2 additions and 18 deletions

View File

@@ -212,10 +212,6 @@ class Configuration:
self._process_datadir_options(config)
self._args_to_config(config, argname='refresh_pairs',
logstring='Parameter -r/--refresh-pairs-cached detected ...',
deprecated_msg='-r/--refresh-pairs-cached will be removed soon.')
self._args_to_config(config, argname='strategy_list',
logstring='Using strategy list of {} strategies', logfun=len)