[bisq-network/bisq] Add coin input control (#5142)

chimp1984 notifications at github.com
Tue Feb 16 03:06:57 CET 2021


@chimp1984 commented on this pull request.



> +            btcUtxoCandidates = btcUtxoCandidates.stream().
+                    filter(e -> unspentTransactionOutputs.contains(e)).
+                    collect(Collectors.toSet());

If you make a send tx and spend a previous selected utxo we need to remove that. We always show that spendable utxos and those are marked the user has selected. A previous selected which got spent need to be removed.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/5142#discussion_r576506513
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210215/2b4ac92f/attachment.htm>


More information about the bisq-github mailing list