Browse Source

Removed dead exchange.

dependabot/pip/contrib/deterministic-build/ecdsa-0.13.3
ldz1 6 years ago
committed by GitHub
parent
commit
d17489e971
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      electrum/exchange_rate.py

7
electrum/exchange_rate.py

@ -190,13 +190,6 @@ class BitFlyer(ExchangeBase):
return {'JPY': Decimal(json['mid'])}
class Bitmarket(ExchangeBase):
async def get_rates(self, ccy):
json = await self.get_json('www.bitmarket.pl', '/json/BTCPLN/ticker.json')
return {'PLN': Decimal(json['last'])}
class BitPay(ExchangeBase):
async def get_rates(self, ccy):

Loading…
Cancel
Save