1
0

removed scam exchange

This commit is contained in:
Gustavo
2020-07-17 16:23:15 -03:00
parent edef0cd4b6
commit 396eabc623
2 changed files with 0 additions and 9 deletions

View File

@@ -882,9 +882,6 @@
"MercadoBitcoin": [
"BRL"
],
"NegocieCoins": [
"BRL"
],
"TheRockTrading": [
"EUR"
],

View File

@@ -352,12 +352,6 @@ class MercadoBitcoin(ExchangeBase):
return {'BRL': Decimal(json['ticker_1h']['exchanges']['MBT']['last'])}
class NegocieCoins(ExchangeBase):
async def get_rates(self,ccy):
json = await self.get_json('api.bitvalor.com', '/v1/ticker.json')
return {'BRL': Decimal(json['ticker_1h']['exchanges']['NEG']['last'])}
class TheRockTrading(ExchangeBase):
async def get_rates(self, ccy):