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

Use extra split output rather than selecting random UTXOs #2005

Merged
merged 1 commit into from
Feb 22, 2021

Conversation

jrick
Copy link
Member

@jrick jrick commented Feb 22, 2021

After we create an extra split output to deal with UTXO contention in
a VSP ticket purchase, there is no need to perform UTXO selection
again to reserve an output for a single VSP fee payment. Add an
unexported field to the purchase ticket parameters so that upon
reentry, this output can be used directly.

Copy link
Member

@alexlyp alexlyp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tACK

After we create an extra split output to deal with UTXO contention in
a VSP ticket purchase, there is no need to perform UTXO selection
again to reserve an output for a single VSP fee payment.  Add an
unexported field to the purchase ticket parameters so that upon
reentry, this output can be used directly.
@jrick jrick merged commit 703d6cd into decred:master Feb 22, 2021
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

Successfully merging this pull request may close these issues.

2 participants