corda/tools/explorer/src
Viktor Kolomeyko c9d18a5126 CORDA-1197 - Take into account last amount submitted when adding data points. (#2771)
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.
2018-03-08 20:45:11 +00:00
..
main CORDA-1197 - Take into account last amount submitted when adding data points. (#2771) 2018-03-08 20:45:11 +00:00
test/kotlin/net/corda/explorer Removed extraAdvertisedServiceIds config 2017-10-10 13:47:37 +01:00