[bisq-network/bisq] Locked balance doesn't always get updated (#2305)

a123b notifications at github.com
Fri Jan 25 21:39:38 UTC 2019


The reserved balance correctly updated to 0.00 when the trade was accepted. (That's why I noticed the bug, I saw that 0.01 BTC seemed to suddenly have disappeared...)
I don't think it was a rendering issue, I minimized, switched windows, moved the Bisq window quite a few times over a period of at least a day.

The summing code can't the issue as the balance is correct after a restart. Unfortunately, I very rarely have multiple offers open at the same time, so I can't test if it gets updated after disabling/enabling offers.

If all balances are always updated at the same time, I could imagine that this is some kind of race condition: The update is triggered after the offer is accepted, so the balance isn't reserved anymore, but at this point the multisig doesn't show in the "Locked Funds" tab yet because the transaction isn't broadcast or confirmed yet.
Could it be something like this?

-- 
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/2305#issuecomment-457738620
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190125/a4720584/attachment.html>


More information about the bisq-github mailing list