Add separate message for hitbtc exchange

This commit is contained in:
hroff-1902 2019-09-30 18:44:13 +03:00
parent 272c977d08
commit 7617dd5029

View File

@ -27,9 +27,11 @@ logger = logging.getLogger(__name__)
API_RETRY_COUNT = 4 API_RETRY_COUNT = 4
BAD_EXCHANGES = { BAD_EXCHANGES = {
"bitmex": "Various reasons", "bitmex": "Various reasons.",
"bitstamp": "Does not provide history. " "bitstamp": "Does not provide history. "
"Details in https://github.com/freqtrade/freqtrade/issues/1983", "Details in https://github.com/freqtrade/freqtrade/issues/1983",
"hitbtc": "This API cannot be used with Freqtrade. "
"Use `hitbtc2` exchange id to access this exchange.",
**dict.fromkeys([ **dict.fromkeys([
'adara', 'adara',
'anxpro', 'anxpro',
@ -73,7 +75,7 @@ BAD_EXCHANGES = {
'flowbtc', 'flowbtc',
'foxbit', 'foxbit',
'fybse', 'fybse',
'hitbtc', # 'hitbtc',
'ice3x', 'ice3x',
'independentreserve', 'independentreserve',
'indodax', 'indodax',