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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/5160#discussion_r596096173">desktop/src/main/java/bisq/desktop/main/offer/takeoffer/TakeOfferDataModel.java</a>:</p>
<pre style='color:#555'>> @@ -241,6 +254,15 @@ void initWithData(Offer offer) {
             }
         });
 
+        mempoolStatus.setValue(-1);
+        mempoolService.validateOfferMakerTx(offer.getOfferPayload(), (txValidator -> {
+            mempoolStatus.setValue(txValidator.isFail() ? 0 : 1);
+            if (txValidator.isFail()) {
+                mempoolStatusText = txValidator.toString();
+                log.warn("Mempool check of OfferFeePaymentTxId returned errors: [{}]", mempoolStatusText);
</pre>
<p>Recognized it as I'm always checking for warning in the log <g-emoji class="g-emoji" alias="wink" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f609.png">😉</g-emoji></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/5160#discussion_r596096173">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNUO6FZW3TSZYU563Z3TEC7KVANCNFSM4XGTWFMQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNUF5TBQVDPDZQFWFJLTEC7KVA5CNFSM4XGTWFM2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOESPSP4A.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/5160#discussion_r596096173",
"url": "https://github.com/bisq-network/bisq/pull/5160#discussion_r596096173",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>