reworked offline encryption
This commit is contained in:
parent
220fda02ce
commit
247ae540f9
@ -724,6 +724,7 @@ class Core:
|
||||
except AttributeError:
|
||||
pass
|
||||
|
||||
if encryptType == 'sym':
|
||||
try:
|
||||
forwardEncrypted = onionrusers.OnionrUser(self, asymPeer).forwardEncrypt(data)
|
||||
data = forwardEncrypted[0]
|
||||
|
Loading…
Reference in New Issue
Block a user