exchange_rate: some clean-up and fixes
- generation of currencies.json was broken - removed some dead exchanges
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user