mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
commit
2a80f6a3ad
2 changed files with 2 additions and 12 deletions
|
@ -353,9 +353,6 @@
|
|||
"Bitcointoyou": [
|
||||
"BRL"
|
||||
],
|
||||
"Bitmarket": [
|
||||
"PLN"
|
||||
],
|
||||
"Bitso": [
|
||||
"MXN"
|
||||
],
|
||||
|
|
|
@ -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