-
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
Error when placing an offer #4372
Comments
Would you be able to confirm if there is an error message in your logs to the effect of "Insufficient money, missing x.xx BTC"? |
Something interesting in the logs below.
|
The trade fee was burning of 0.46 BSQ (a send-to-self transaction). Due to Bitcoin dust limits, bisq was looking for 5.92 BSQ however there was only 5.87 BSQ available. The resultant change of 5.41 BSQ is below the dust threshold, causing this error. We could include a popup warning at step 3 or 4 (funding) if the available BSQ balance is low.
[edit] - opted not to do that option ☝️ since it seemed quite bad to burn up to 5.46 BSQ without user's consent. Instead if an offer attempts to spend into the floor (dust) amount the user will be informed that they are missing x amount of BSQ and can either reduce the offer amount or add more BSQ. |
Thanks! Yes I was only looking at trade fee and missed the total BSQ balance. |
Description
An error pops up when I form an offer and try to submit it and the offer has a "minimum BTC" value.
Version
1.3.6
Steps to reproduce
Expected behaviour
Offer should be posted
Actual behaviour
Offer isn't posted
Screenshots
Device or machine
Ubuntu Linux 64-bit on Intel x86_64
Additional info
Scenario works if I make another offer with no minimum BTC, so I suspect there's a bug in the minimum BTC feature
The text was updated successfully, but these errors were encountered: