disable Cryptonator exchange rate feed

This commit is contained in:
Jack Robison 2018-05-23 16:52:04 -04:00
parent b673c508cc
commit a503a800ca
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -206,7 +206,12 @@ class CryptonatorFeed(MarketFeed):
class ExchangeRateManager(object):
def __init__(self):
self.market_feeds = [
LBRYioBTCFeed(), LBRYioFeed(), BittrexFeed(), CryptonatorBTCFeed(), CryptonatorFeed()]
LBRYioBTCFeed(),
LBRYioFeed(),
BittrexFeed(),
# CryptonatorBTCFeed(),
# CryptonatorFeed()
]
def start(self):
log.info("Starting exchange rate manager")