1
0

exchange_rate: some clean-up and fixes

- generation of currencies.json was broken
- removed some dead exchanges
This commit is contained in:
SomberNight
2019-02-27 21:48:33 +01:00
parent a2047e2c68
commit 4b3a285871
3 changed files with 53 additions and 76 deletions

View File

@@ -948,7 +948,7 @@ class TxMinedInfo(NamedTuple):
header_hash: Optional[str] = None # hash of block that mined tx
def make_aiohttp_session(proxy: dict, headers=None, timeout=None):
def make_aiohttp_session(proxy: Optional[dict], headers=None, timeout=None):
if headers is None:
headers = {'User-Agent': 'Electrum'}
if timeout is None: