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
To ensure optimal concurrency, when performing coin selection (coins_to_spend) we should filter out any unspent but pending utxos from the txpool. This way users can submit multiple transactions at once without conflicting inputs.
We'll also need the ability to provide a list of utxo ids to exclude from the search. This would allow the wallet to track pending utxos which might not have been synced to the local txpool yet.
The text was updated successfully, but these errors were encountered:
To ensure optimal concurrency, when performing coin selection (
coins_to_spend
) we should filter out any unspent but pending utxos from the txpool. This way users can submit multiple transactions at once without conflicting inputs.We'll also need the ability to provide a list of utxo ids to exclude from the search. This would allow the wallet to track pending utxos which might not have been synced to the local txpool yet.
The text was updated successfully, but these errors were encountered: