forked from LBRYCommunity/lbry-sdk
disable Cryptonator exchange rate feed
This commit is contained in:
parent
b673c508cc
commit
a503a800ca
1 changed files with 6 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue