progress in removing core
This commit is contained in:
parent
e7c8c93dab
commit
f843ccc3b2
3 changed files with 8 additions and 6 deletions
|
@ -124,7 +124,7 @@ def insert_block(data, header='txt', sign=False, encryptType='', symKey='', asym
|
|||
payload = onionrproofs.POW(metadata, data).waitForResult()
|
||||
if payload != False:
|
||||
try:
|
||||
retData = onionrstorage.setdata.set_data(data)
|
||||
retData = onionrstorage.setdata.set_data(payload)
|
||||
except onionrexceptions.DiskAllocationReached:
|
||||
logger.error(allocationReachedMessage)
|
||||
retData = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue