work on new header system

This commit is contained in:
Kevin Froman 2018-04-26 02:40:39 -05:00
parent acd5494979
commit ad56082271
No known key found for this signature in database
GPG key ID: 0D414D0FE405B63B
4 changed files with 73 additions and 17 deletions

View file

@ -337,4 +337,9 @@ class OnionrUtils:
pass
except Exception as error:
logger.error('Failed to open block ' + str(i) + '.', error=error)
return
return
def getPeerByHashId(self, hash):
'''
Return the pubkey of the user if known from the hash
'''