Fix typo in parameter transition
This commit is contained in:
		| @@ -346,7 +346,7 @@ class Configuration: | |||||||
|         self._args_to_config(config, argname='dataformat_ohlcv', |         self._args_to_config(config, argname='dataformat_ohlcv', | ||||||
|                              logstring='Using "{}" to store OHLCV data.') |                              logstring='Using "{}" to store OHLCV data.') | ||||||
|  |  | ||||||
|         self._args_to_config(config, argname='dataformat_trade', |         self._args_to_config(config, argname='dataformat_trades', | ||||||
|                              logstring='Using "{}" to store trades data.') |                              logstring='Using "{}" to store trades data.') | ||||||
|  |  | ||||||
|     def _process_runmode(self, config: Dict[str, Any]) -> None: |     def _process_runmode(self, config: Dict[str, Any]) -> None: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user