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

Maintain floor amount of 5.46 BSQ to prevent dust errors #4383

Merged
merged 1 commit into from Jul 29, 2020
Merged

Maintain floor amount of 5.46 BSQ to prevent dust errors #4383

merged 1 commit into from Jul 29, 2020

Conversation

ghost
Copy link

@ghost ghost commented Jul 28, 2020

When an offer is made using BSQ for trade fee, the BSQ amount is burnt by doing a send-to-self. However if the BSQ change
is below the bitcoin dust limit this causes an error. We fix this by maintaining a floor amount of 5.46 BSQ.

Fixes #4372, more info here #4372 (comment)

image

When an offer is made using BSQ for trade fee, the BSQ amount
is burnt by doing a send-to-self.  However if the BSQ change
is below the bitcoin dust limit this causes an error.  We
fix this by maintaining a floor amount of 5.46 BSQ.

Fixes #4372
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

Code is looking fine - I'll test it as part of the release testing for v1.3.7

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.

Error when placing an offer
1 participant