<p><b>@freimair</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3202#discussion_r322083444">p2p/src/main/java/bisq/network/p2p/peers/getdata/RequestDataHandler.java</a>:</p>
<pre style='color:#555'>> @@ -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())));
+
</pre>
<p>oh my. merge gone wrong. onto it.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/3202?email_source=notifications&email_token=AJFFTNRADY2LY3IDSUUFQ3LQIXV45A5CNFSM4ITUM76KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCEAWDCY#discussion_r322083444">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNXHUN5FFZECF6QGU43QIXV45ANCNFSM4ITUM76A">mute the thread</a>.<img src="https://github.com/notifications/beacon/AJFFTNW6ICXPL5INCM3JHKLQIXV45A5CNFSM4ITUM76KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCEAWDCY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/3202?email_source=notifications\u0026email_token=AJFFTNRADY2LY3IDSUUFQ3LQIXV45A5CNFSM4ITUM76KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCEAWDCY#discussion_r322083444",
"url": "https://github.com/bisq-network/bisq/pull/3202?email_source=notifications\u0026email_token=AJFFTNRADY2LY3IDSUUFQ3LQIXV45A5CNFSM4ITUM76KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCEAWDCY#discussion_r322083444",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>