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
It doesn't make sense to spend an unspent transaction output (UTXO) when the value of the output is less than the fee. It makes sense to spend the largest UTXOs first and filter out small ones.
This has been merged to rc-0.14.2. Our integration tests confirm that we select UTXOs in order from largest-value to smallest-value to avoid spending dust.
It doesn't make sense to spend an unspent transaction output (UTXO) when the value of the output is less than the fee. It makes sense to spend the largest UTXOs first and filter out small ones.
Tagging @jcnelson
The text was updated successfully, but these errors were encountered: