mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-05 21:20:51 +00:00
updates
This commit is contained in:
parent
31f8843184
commit
2e87d10eb8
@ -167,7 +167,7 @@ class Message(Logger):
|
||||
self.log(f'Attempting to decrypt:\n{self}')
|
||||
|
||||
# decrypt msg
|
||||
# self.log('attempting to decrypt',self.msg,'from',self.from_pubkey,'to',self.to_whom,self.to_whom.keychain(),self.to_whom.assemble(self.to_whom.keychain()))
|
||||
self.log('attempting to decrypt',self.msg,'from',self.from_pubkey,'to',self.to_whom,self.to_whom.keychain(),self.to_whom.assemble(self.to_whom.keychain()))
|
||||
self.msg = self.msg_d['msg'] = decr_msg_b = SMessage(
|
||||
self.to_whom.privkey.data,
|
||||
self.from_pubkey
|
||||
|
Loading…
Reference in New Issue
Block a user