Update ccxt_compat tests to also test funding_rate

This commit is contained in:
Matthias
2021-12-06 20:03:32 +01:00
parent ce0df08ac7
commit a58c2c4f6c
2 changed files with 25 additions and 6 deletions

View File

@@ -437,7 +437,6 @@ class Configuration:
self._args_to_config(config, argname='candle_types',
logstring='Detected --candle-types: {}')
def _process_runmode(self, config: Dict[str, Any]) -> None:
self._args_to_config(config, argname='dry_run',