Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't spend dust UTXOs #453

Closed
larrysalibra opened this issue Jun 6, 2017 · 1 comment
Closed

Don't spend dust UTXOs #453

larrysalibra opened this issue Jun 6, 2017 · 1 comment
Assignees

Comments

@larrysalibra
Copy link
Contributor

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

@jcnelson
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants