+ added clear offline peers to new communicator

+ fixed unable to insert unencrypted block
This commit is contained in:
Kevin Froman 2018-06-21 02:24:58 -05:00
parent 829dba45cc
commit 9968a72fbc
2 changed files with 11 additions and 2 deletions

View file

@ -683,10 +683,10 @@ class Core:
jsonMeta = json.dumps(meta)
if encryptType in ('asym', 'sym'):
if encryptType in ('asym', 'sym', ''):
metadata['encryptType'] = encryptType
else:
raise onionrexceptions.InvalidMetadata('encryptType must be asym or sym')
raise onionrexceptions.InvalidMetadata('encryptType must be asym or sym, or blank')
# sign before encrypt, as unauthenticated crypto should not be a problem here
if sign: