mirror of
https://github.com/corda/corda.git
synced 2024-12-26 08:01:09 +00:00
c9d18a5126
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. |
||
---|---|---|
.. | ||
main | ||
test/kotlin/net/corda/explorer |