2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-03 23:15:33 +00:00

komrade update!

This commit is contained in:
quadrismegistus 2020-09-17 17:42:57 +01:00
parent 6674846dd9
commit 00db4a73b1

View File

@ -549,7 +549,7 @@ class KomradeX(Caller):
msg_from_op_b_encr = post_encr
msg_from_op_b = SMessage(
self.privkey.data,
self.op.pubkey
self.op.pubkey.data
).unwrap(post_encr)
self.log('decrypted??',msg_from_op_b)