SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
electrum/exchange_rate.py
|
|
@ -241,7 +241,7 @@ class BlockchainInfo(ExchangeBase): |
|
|
|
class Bylls(ExchangeBase): |
|
|
|
|
|
|
|
async def get_rates(self, ccy): |
|
|
|
json = await self.get_json('bylls.com', 'api/price?from_currency=BTC&to_currency=CAD') |
|
|
|
json = await self.get_json('bylls.com', '/api/price?from_currency=BTC&to_currency=CAD') |
|
|
|
return {'CAD': Decimal(json['public_price']['to_price'])} |
|
|
|
|
|
|
|
|
|
|
|