Skip to content

Commit

Permalink
trt removed
Browse files Browse the repository at this point in the history
  • Loading branch information
st3b1t committed Mar 5, 2024
1 parent 8b2a596 commit 9ad6688
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions electrum/currencies.json
Expand Up @@ -809,9 +809,6 @@
"MercadoBitcoin": [
"BRL"
],
"TheRockTrading": [
"EUR"
],
"Zaif": [
"JPY"
],
Expand Down
8 changes: 0 additions & 8 deletions electrum/exchange_rate.py
Expand Up @@ -412,14 +412,6 @@ async def get_rates(self, ccy):
return {'BRL': to_decimal(json['ticker_1h']['exchanges']['MBT']['last'])}


class TheRockTrading(ExchangeBase):

async def get_rates(self, ccy):
json = await self.get_json('api.therocktrading.com',
'/v1/funds/BTCEUR/ticker')
return {'EUR': to_decimal(json['last'])}


class Winkdex(ExchangeBase):

async def get_rates(self, ccy):
Expand Down

0 comments on commit 9ad6688

Please sign in to comment.