Browse Source

Fix typo

patch-2
Neil Booth 6 years ago
parent
commit
23e1a332ef
  1. 2
      electrumx/server/session.py

2
electrumx/server/session.py

@ -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):

Loading…
Cancel
Save