started c# pow implementation
This commit is contained in:
parent
fd0f13cf63
commit
60c1ec07e9
6 changed files with 108 additions and 36 deletions
|
|
@ -205,6 +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