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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4514#discussion_r490017555">core/src/main/java/bisq/core/trade/protocol/tasks/seller/SellerMaybeSignWitnessAndSendWitnessMessage.java</a>:</p>
<pre style='color:#555'>> @@ -90,7 +90,13 @@ protected void run() {
 
             signedWitness = signedWitnessOptional.get();
 
-            // Message sending is handled in base class.
+            // The signer broadcasts as well the signedWitness. In case the receiver will not get the message we have
+            // better resilience that the data is in the network. We set reBroadcast to true but do not expect that the
+            // signedWitness exists already as we just created it.
+            // TODO check with @sqrrm
+            processModel.getP2PService().addPersistableNetworkPayload(signedWitness, true);
</pre>
<p>Yeah, comment was made on old commit, not on final version. I comment as I go through the code...</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/4514#discussion_r490017555">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNXH4ZTOK3U5NJY2HY3SGGYTVANCNFSM4RGCTZBA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNTWEGYZXVUGOHMEDWLSGGYTVA5CNFSM4RGCTZBKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGODU4WCNI.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/4514#discussion_r490017555",
"url": "https://github.com/bisq-network/bisq/pull/4514#discussion_r490017555",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>