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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/5160#discussion_r593834295">desktop/src/main/java/bisq/desktop/main/offer/takeoffer/TakeOfferViewModel.java</a>:</p>
<pre style='color:#555'>> @@ -462,6 +463,7 @@ private void updateButtonDisableState() {
         boolean inputDataValid = isBtcInputValid(amount.get()).isValid
                 && dataModel.isMinAmountLessOrEqualAmount()
                 && !dataModel.isAmountLargerThanOfferAmount()
+                && dataModel.mempoolStatus.get() >= 0
</pre>
<p>Initially I had it not blocking the next button, but depending on the speed of the mempool response you'd be told about a bad offer sometimes but not others.  So it felt unpredictable, and since the <code>checkOfferAvailabilityRequest</code> already blocks the next button I thought it best to have the mempool check do the same.</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_r593834295">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNVV34XU7ZQC3U7EGSTTDQMMJANCNFSM4XGTWFMQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNRZVVXN3QJSP7ZSOHTTDQMMJA5CNFSM4XGTWFM2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOER2R6PI.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_r593834295",
"url": "https://github.com/bisq-network/bisq/pull/5160#discussion_r593834295",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>