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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3557#discussion_r346906119">p2p/src/main/java/bisq/network/p2p/storage/P2PDataStorage.java</a>:</p>
<pre style='color:#555'>>  
-                    return true;
-                } else {
-                    log.warn("Publish date of payload is not matching our current time and outside of our tolerance.\n" +
-                            "Payload={}; now={}", payload.toString(), new Date());
-                    return false;
-                }
-            } else {
-                log.trace("We have that payload already in our map.");
-                return false;
-            }
-        } else {
+        // Payload hash size does not match expectation for that type of message.
+        if (!payload.verifyHashSize()) {
             log.warn("We got a hash exceeding our permitted size");
             return false;
</pre>
<p>This comment has been updated.</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/3557?email_source=notifications&email_token=AJFFTNXZVQALJZBVWOEI6KLQT3E2XA5CNFSM4JIYDBSKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLYCVZI#discussion_r346906119">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNUK6PTEMOGG6TC6OIDQT3E2XANCNFSM4JIYDBSA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNXDEYLQ4OLWZUOAXNTQT3E2XA5CNFSM4JIYDBSKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLYCVZI.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/3557?email_source=notifications\u0026email_token=AJFFTNXZVQALJZBVWOEI6KLQT3E2XA5CNFSM4JIYDBSKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLYCVZI#discussion_r346906119",
"url": "https://github.com/bisq-network/bisq/pull/3557?email_source=notifications\u0026email_token=AJFFTNXZVQALJZBVWOEI6KLQT3E2XA5CNFSM4JIYDBSKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLYCVZI#discussion_r346906119",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>