|
|
@ -910,7 +910,7 @@ class ElectrumX(SessionBase): |
|
|
|
'protocol_max': max_str, |
|
|
|
'genesis_hash': env.coin.GENESIS_HASH, |
|
|
|
'hash_function': 'sha256', |
|
|
|
'services': [str(service) for service in env.services], |
|
|
|
'services': [str(service) for service in env.report_services], |
|
|
|
} |
|
|
|
|
|
|
|
async def server_features_async(self): |
|
|
|