remove no longer needed base64 on file sharing
This commit is contained in:
parent
49ecffb245
commit
40eed73ff7
2 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@ def importBlockFromData(content):
|
|||
metadata = metas[0]
|
||||
if validatemetadata.validate_metadata(metadata, metas[2]): # check if metadata is valid
|
||||
if crypto.cryptoutils.verify_POW(content): # check if POW is enough/correct
|
||||
logger.info('Block passed proof, saving.', terminal=True)
|
||||
logger.info('Imported block passed proof, saving.', terminal=True)
|
||||
try:
|
||||
blockHash = onionrstorage.set_data(content)
|
||||
except onionrexceptions.DiskAllocationReached:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue