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

@@ -393,11 +393,6 @@ class Configuration(object):
raise OperationalException(
exception_msg
)
# Depreciation warning
if 'ccxt_rate_limit' in config.get('exchange', {}):
logger.warning("`ccxt_rate_limit` has been deprecated in favor of "
"`ccxt_config` and `ccxt_async_config` and will be removed "
"in a future version.")
logger.debug('Exchange "%s" supported', exchange)
return True