1
0

Remove Localbitcoins provider

This commit is contained in:
Ali Sherief
2023-05-16 06:27:20 +00:00
committed by accumulator
parent 1dd129c3e8
commit a7d3240bc2
2 changed files with 0 additions and 87 deletions

View File

@@ -387,14 +387,6 @@ class Kraken(ExchangeBase):
for k, v in json['result'].items())
class LocalBitcoins(ExchangeBase):
async def get_rates(self, ccy):
json = await self.get_json('localbitcoins.com',
'/bitcoinaverage/ticker-all-currencies/')
return dict([(r, to_decimal(json[r]['rates']['last'])) for r in json])
class MercadoBitcoin(ExchangeBase):
async def get_rates(self, ccy):