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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3202#discussion_r322691099">p2p/src/main/java/bisq/network/p2p/P2PService.java</a>:</p>
<pre style='color:#555'>> @@ -336,12 +337,11 @@ public void onPreliminaryDataReceived() {
 
     @Override
     public void onUpdatedDataReceived() {
-        if (!isBootstrapped) {
-            isBootstrapped = true;
-            maybeProcessAllMailboxEntries();
-            p2pServiceListeners.stream().forEach(P2PServiceListener::onUpdatedDataReceived);
+        isBootstrapped = true;
+        maybeProcessAllMailboxEntries();
+        p2pServiceListeners.stream().forEach(P2PServiceListener::onUpdatedDataReceived);
+        if(!isBootstrapped)
             p2PDataStorage.onBootstrapComplete();
</pre>
<p>I am running a long-time test with the original code. It seems that everything works just fine without the change. God I love when minor changes somewhere in core change the behavior elsewhere without any trace :).</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=AJFFTNQE3FRSBK5WTNUAJW3QI6A3XA5CNFSM4ITUM76KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCEGUYHY#discussion_r322691099">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNRHRPX5FIDQPFM7FU3QI6A3XANCNFSM4ITUM76A">mute the thread</a>.<img src="https://github.com/notifications/beacon/AJFFTNUJ374IHXFIZHVVIJLQI6A3XA5CNFSM4ITUM76KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCEGUYHY.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=AJFFTNQE3FRSBK5WTNUAJW3QI6A3XA5CNFSM4ITUM76KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCEGUYHY#discussion_r322691099",
"url": "https://github.com/bisq-network/bisq/pull/3202?email_source=notifications\u0026email_token=AJFFTNQE3FRSBK5WTNUAJW3QI6A3XA5CNFSM4ITUM76KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCEGUYHY#discussion_r322691099",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>