work on pow for public keys
This commit is contained in:
parent
54a3557fd0
commit
bc88e8107c
7 changed files with 72 additions and 29 deletions
|
@ -389,7 +389,8 @@ class Onionr:
|
|||
addedHash = self.onionrCore.insertBlock(messageToAdd, header='txt')
|
||||
#self.onionrCore.addToBlockDB(addedHash, selfInsert=True)
|
||||
#self.onionrCore.setBlockType(addedHash, 'txt')
|
||||
logger.info("Message inserted as as block %s" % addedHash)
|
||||
if addedHash != '':
|
||||
logger.info("Message inserted as as block %s" % addedHash)
|
||||
return
|
||||
|
||||
def getPMs(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue