[bisq-network/bisq] Error when placing an offer (#4372)

James Cox notifications at github.com
Mon Jul 27 20:17:43 UTC 2020


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.

At step 7, when it is building the transaction, I propose a code fix to burn any below-dust change (5.41 BSQ in this case).  The offer would then have been successful.  Due to the nature of BSQ being colored bitcoin, balances close to 5.46 are useless.  You can make them usable by keeping the BSQ balance topped up when it nears that level.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/4372#issuecomment-664615771
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200727/73d50490/attachment.html>


More information about the bisq-github mailing list