Browse Source
Removed dead exchange.
dependabot/pip/contrib/deterministic-build/ecdsa-0.13.3
ldz1
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
7 deletions
-
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): |
|
|
|