reworked offline encryption

This commit is contained in:
Kevin Froman 2018-10-21 00:07:35 -05:00
parent 220fda02ce
commit 247ae540f9

View File

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