Browse Source

Peer.genesis_hash docstring (#742)

patch-2
d42 6 years ago
committed by Neil
parent
commit
54bbf90fe0
  1. 2
      electrumx/lib/peer.py

2
electrumx/lib/peer.py

@ -210,7 +210,7 @@ class Peer(object):
@cachedproperty
def genesis_hash(self):
'''Returns None if no SSL port, otherwise the port as an integer.'''
'''Returns the network genesis block hash as a string if known, otherwise None.'''
return self._string('genesis_hash')
@cachedproperty

Loading…
Cancel
Save