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

Refactor BSQ fee validation to handle multiple txins. #6200

Merged
merged 1 commit into from May 16, 2022
Merged

Refactor BSQ fee validation to handle multiple txins. #6200

merged 1 commit into from May 16, 2022

Conversation

ghost
Copy link

@ghost ghost commented May 13, 2022

Fixes #6175

Previously the BSQ trade fee validation would handle either 1 or 2 BSQ UTXOs as input to maker/taker fee txs.
Here it has been refactored to handle any number of BSQ UTXOs as input.
New tests have been added to cover various scenarios.

Copy link
Contributor

@ripcurlx ripcurlx left a comment

Choose a reason for hiding this comment

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

utACK

@ripcurlx ripcurlx added this to the v1.9.2 milestone May 16, 2022
@ripcurlx ripcurlx merged commit 52b1e13 into bisq-network:master May 16, 2022
@ghost ghost mentioned this pull request May 28, 2022
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.

False alert shown when trade fees are paid with 3 or more BSQ UTXOs.
1 participant