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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/5142#discussion_r576505980">desktop/src/main/java/bisq/desktop/main/dao/wallet/send/BsqSendView.java</a>:</p>
<pre style='color:#555'>> +            // If we had some selection stored we need to update to already spent entries
+            bsqUtxoCandidates = bsqUtxoCandidates.stream().
+                    filter(e -> unspentTransactionOutputs.contains(e)).
+                    collect(Collectors.toSet());
</pre>
<p>To request the spendable via bsqWalletService.getSpendableBsqTransactionOutputs() and then check if the bsqUtxoCandidate is in that set does check if the bsqUtxoCandidate is spendable. We use the coinSelector for that and there is no API for checking one utxo if it is still spendable.</p>
<p>Or do I misunderstand what you mean?</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/5142#discussion_r576505980">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNW763FU5EHSJII6DKTS7HHEVANCNFSM4W37UGLA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNU4CUMYLYYTGHO3EILS7HHEVA5CNFSM4W37UGLKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOEM3X4MA.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/5142#discussion_r576505980",
"url": "https://github.com/bisq-network/bisq/pull/5142#discussion_r576505980",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>