Merge pull request #1773 from kryogenic/patch-1

looks good to me, the build failure seems unrelated
This commit is contained in:
wozz 2016-04-24 20:45:33 -04:00
commit 2af42168a4
1 changed files with 0 additions and 5 deletions

View File

@ -172,11 +172,6 @@ class BTCChina(ExchangeBase):
json = self.get_json('data.btcchina.com', '/data/ticker') json = self.get_json('data.btcchina.com', '/data/ticker')
return {'CNY': Decimal(json['ticker']['last'])} return {'CNY': Decimal(json['ticker']['last'])}
class CaVirtEx(ExchangeBase):
def get_rates(self, ccy):
json = self.get_json('www.cavirtex.com', '/api/CAD/ticker.json')
return {'CAD': Decimal(json['last'])}
class Coinbase(ExchangeBase): class Coinbase(ExchangeBase):
def get_rates(self, ccy): def get_rates(self, ccy):
json = self.get_json('coinbase.com', json = self.get_json('coinbase.com',