[bisq-network/bisq] [WIP] Remove address prefix for mailbox messages (#4609)

chimp1984 notifications at github.com
Wed Oct 7 23:13:08 UTC 2020


@chimp1984 commented on this pull request.



>      }
 
+    @Nullable
+    private Tuple2<ProtectedMailboxStorageEntry, DecryptedMessageWithPubKey> decryptProtectedMailboxStorageEntry(
+            ProtectedMailboxStorageEntry protectedMailboxStorageEntry) {
+        try {
+            DecryptedMessageWithPubKey decryptedMessageWithPubKey = encryptionService.decryptAndVerify(protectedMailboxStorageEntry
+                    .getMailboxStoragePayload()
+                    .getPrefixedSealedAndSignedMessage()

No, we use an empty bye array if we know that the peer has updated. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/4609#discussion_r501361531
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201007/2dec333d/attachment.html>


More information about the bisq-github mailing list