[bisq-network/bisq] periodical UpdateDataReq for Seednodes (#3202)

Florian Reimair notifications at github.com
Mon Sep 9 06:42:22 UTC 2019


freimair commented on this pull request.



> @@ -190,6 +193,11 @@ public void onFailure(@NotNull Throwable throwable) {
 
     @Override
     public void onMessage(NetworkEnvelope networkEnvelope, Connection connection) {
+        if (networkEnvelope instanceof RemoveMailboxDataMessage)
+            recentlyRemovedMessages.add(new P2PDataStorage.ByteArray(P2PDataStorage.get32ByteHash(((RemoveMailboxDataMessage) networkEnvelope).getProtectedMailboxStorageEntry().getProtectedStoragePayload())));
+        else if (networkEnvelope instanceof RemoveDataMessage)
+            recentlyRemovedMessages.add(new P2PDataStorage.ByteArray(P2PDataStorage.get32ByteHash(((RemoveDataMessage) networkEnvelope).getProtectedStorageEntry().getProtectedStoragePayload())));
+

oh my. merge gone wrong. onto it.

-- 
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/3202#discussion_r322083444
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190908/edd12175/attachment-0001.html>


More information about the bisq-github mailing list