-
Notifications
You must be signed in to change notification settings - Fork 15
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
Fix: unreserve utxos #286
Fix: unreserve utxos #286
Conversation
Welcome to our open-source project @arkadiuszos4chain! 💘 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests failed, probably missing the Bux related PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge conflict, probably with the bux version vs dependabot. @arkadiuszos4chain @pawellewandowski98
@arkadiuszos4chain linter failed, few fixes required. |
Going to merge and fix it |
Motivation:
Creation of a draft transaction will mark UTXOs as reserved, and those UTXOs can't be used for another transaction.
If a draft transaction was created, but the "record transaction" process failed, UTXOs will still be reserved and can't be used for another payment.
A mechanism for unreserving UTXOs should be added for such cases.
PR includes: