[bisq-network/bisq] InsufficientMoneyException: Insufficient money, missing 0.0000001 BTC (#4327)

eigentsmis notifications at github.com
Mon Jun 22 04:15:48 UTC 2020


It seems that when the Bisq wallet already has some funds in it, the fee estimation algorithm adds an extra 150 bytes to the regular transaction size estimation.

**PRE-FUNDING estimations:**
fee  0.000026 BTC for 407 bytes (6 Satoshi/Byte)
fee  0.0000407 BTC for 407 bytes (10 Satoshi/Byte)
Fee estimation resulted in a tx size of 557 bytes and a tx fee of 5570 Sat. (407 byte from above + 150 bytes extra)

**POST-FUNDING estimations:**
fee  0.000026 BTC for **408** bytes (6 Satoshi/Byte)
fee  0.0000408 BTC for **406** bytes (10 Satoshi/Byte)
Fee estimation resulted in a tx size of 558 bytes and a tx fee of 5580 Sat. (408 bytes from above + 150 extra bytes)

Why are the post-funding estimations above different?
Seems that the algorithm chose the higher of the two instead of doing the average.

-- 
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/4327#issuecomment-647263508
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200621/1c06cd06/attachment.html>


More information about the bisq-github mailing list