mirror of
https://github.com/corda/corda.git
synced 2025-01-20 03:36:29 +00:00
Comment that vault returns the total number of available states, irresepective of the query's pagination. (#1045)
This commit is contained in:
parent
e48c1c1689
commit
5be63adae0
@ -193,6 +193,7 @@ class NodeTerminalView : Fragment() {
|
|||||||
val (stateInit, stateNext) = ops.vaultTrackBy<ContractState>(paging = pageSpecification)
|
val (stateInit, stateNext) = ops.vaultTrackBy<ContractState>(paging = pageSpecification)
|
||||||
|
|
||||||
txCount = txInit.size
|
txCount = txInit.size
|
||||||
|
// This is the total number of states in the vault, regardless of pagination.
|
||||||
stateCount = stateInit.totalStatesAvailable
|
stateCount = stateInit.totalStatesAvailable
|
||||||
|
|
||||||
Platform.runLater {
|
Platform.runLater {
|
||||||
|
Loading…
Reference in New Issue
Block a user