mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
Removed dead exchange.
This commit is contained in:
parent
7dda20c492
commit
d17489e971
1 changed files with 0 additions and 7 deletions
|
@ -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…
Add table
Reference in a new issue