Remove ccxt_rate_limit completely (was deprecated)

This commit is contained in:
Matthias
2019-04-16 19:41:02 +02:00
parent cd20078bef
commit 43119efaf0
3 changed files with 0 additions and 15 deletions

View File

@@ -146,7 +146,6 @@ class Exchange(object):
'secret': exchange_config.get('secret'),
'password': exchange_config.get('password'),
'uid': exchange_config.get('uid', ''),
'enableRateLimit': exchange_config.get('ccxt_rate_limit', True)
}
if ccxt_kwargs:
logger.info('Applying additional ccxt config: %s', ccxt_kwargs)