You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
Regression (a behavior that used to work and stopped working in a new release)
Bug report
Feature request
Documentation issue or request
Support request
Expected Behavior
If user has UTXOs with 0.1, 0.7, 0.4, 0.5 BTC each - user should be able to spend 0.1 UTXO without having to spend others back as "change" to self-address
Current Behavior
Unless I'm misunderstanding, currently Caravan requires spending all UTXOs in one txn.
The text was updated successfully, but these errors were encountered:
If user has UTXOs with 0.1, 0.7, 0.4, 0.5 BTC each - user should be able to spend 0.1 UTXO without having to spend others back as "change" to self-address
Stay tuned 🙂.
If you're interested in this functionality you can take a look at the branch wallet-dev. But please note that this branch is very much in active development and should currently only be used with testnet coins.
In the latest release this is partially resolved. There still isn't support for full utxo selection, however you can select them on a per address basis when using the wallet view. This is definitely a high priority feature that we would definitely like to support very soon.
I'm submitting a…
Expected Behavior
If user has UTXOs with 0.1, 0.7, 0.4, 0.5 BTC each - user should be able to spend 0.1 UTXO without having to spend others back as "change" to self-address
Current Behavior
Unless I'm misunderstanding, currently Caravan requires spending all UTXOs in one txn.
The text was updated successfully, but these errors were encountered: