-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add missing check for mandatory bsq output #2614
Add missing check for mandatory bsq output #2614
Conversation
Fixes bisq-network#2613 If the user has the exact fee in his wallet no BSQ change output would be created but that violates our requirement for compensation or reimbursement txs. Beside that the error message for dust outputs was not clear.
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.
utACK
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.
ACK
Tested with no change output (2 BSQ available), and below minimum dust output (<7.46 BSQ available).
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.
utACK
@ripcurlx This is an important fix which should be included in the release!
@sqrrm If you have time for a critical review would be great!
Fixes #2613