parent
092233027c
commit
45940b2dba
5 changed files with 66 additions and 2 deletions
|
@ -205,7 +205,7 @@ def insert_block(data: Union[str, bytes], header: str = 'txt',
|
|||
|
||||
# send block data (and metadata) to POW module to get tokenized block data
|
||||
payload = subprocesspow.SubprocessPOW(data, metadata).start()
|
||||
print(payload)
|
||||
|
||||
if payload != False: # noqa
|
||||
try:
|
||||
retData = onionrstorage.set_data(payload)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue