mirror of
https://github.com/corda/corda.git
synced 2024-12-21 22:07:55 +00:00
af60848da7
Current logic in `CashWidget` is not handling well updates done in close succession, i.e. less than 1 second.
And such frequent updates do indeed happen, e.g. from: `net.corda.client.jfx.model.ContractStateModel#cashStates`
where `list` is modified twice.
Also use `.toDecimal()` instead of `.quantity`to have amount represented in pounds rather than in pennies.
(cherry picked from commit
|
||
---|---|---|
.. | ||
bootstrapper | ||
demobench | ||
explorer | ||
graphs | ||
loadtest | ||
scripts | ||
shell |