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

spend: include only those unconfirmed coins from self for coin selection #1484

Open
jp1ac4 opened this issue Nov 22, 2024 · 0 comments
Open
Assignees

Comments

@jp1ac4
Copy link
Collaborator

jp1ac4 commented Nov 22, 2024

In #873, we included unconfirmed change for coin selection when creating a new spend. The intention of only considering change was to include only those unconfirmed coins that were not dependent on external transactions, but a coin being at a change address does not guarantee this.

Following #1483, we can make this condition exact by only including those unconfirmed coins that are from self.

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

No branches or pull requests

1 participant