Deprecate --refresh-pairs-cached

This commit is contained in:
Matthias
2019-08-18 07:18:21 +02:00
parent 9e24992835
commit f02adf2a45
5 changed files with 10 additions and 2 deletions

View File

@@ -199,7 +199,8 @@ class Configuration(object):
self._process_datadir_options(config)
self._args_to_config(config, argname='refresh_pairs',
logstring='Parameter -r/--refresh-pairs-cached detected ...')
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)