work on new header system
This commit is contained in:
parent
acd5494979
commit
ad56082271
4 changed files with 73 additions and 17 deletions
|
|
@ -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
|
||||
'''
|
||||
Loading…
Add table
Add a link
Reference in a new issue