reworked offline encryption

master
Kevin Froman 2018-10-21 00:07:35 -05:00
parent 220fda02ce
commit 247ae540f9
1 changed files with 11 additions and 10 deletions

View File

@ -724,6 +724,7 @@ class Core:
except AttributeError:
pass
if encryptType == 'sym':
try:
forwardEncrypted = onionrusers.OnionrUser(self, asymPeer).forwardEncrypt(data)
data = forwardEncrypted[0]