Merge pull request #2278 from freqtrade/remove_refresh

Remove refresh-pairs-cached
This commit is contained in:
hroff-1902
2019-09-24 09:07:25 +03:00
committed by GitHub
19 changed files with 27 additions and 126 deletions

View File

@@ -215,10 +215,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)