mirror of
https://github.com/corda/corda.git
synced 2025-02-22 10:10:59 +00:00
Minor: fix a couple of docsite warnings
This commit is contained in:
parent
03cc776dd0
commit
b094b0f4df
@ -68,7 +68,7 @@ New features in this release:
|
|||||||
* Infrastructure work on the node explorer is now complete: it is fully switched to using the MQ based RPC system.
|
* Infrastructure work on the node explorer is now complete: it is fully switched to using the MQ based RPC system.
|
||||||
* A library of additional reactive collections has been added. This API builds on top of Rx and the observable
|
* A library of additional reactive collections has been added. This API builds on top of Rx and the observable
|
||||||
collections API in Java 8 to give "live" data structures in which the state of the node and ledger can be
|
collections API in Java 8 to give "live" data structures in which the state of the node and ledger can be
|
||||||
viewed as an ordinary Java ``List``s, ``Map``s and ``Set``s, but which also emit callbacks when these views
|
viewed as an ordinary Java ``List``, ``Map`` and ``Set``, but which also emit callbacks when these views
|
||||||
change, and which can have additional views derived in a functional manner (filtered, mapped, sorted, etc).
|
change, and which can have additional views derived in a functional manner (filtered, mapped, sorted, etc).
|
||||||
Finally, these views can then be bound directly into JavaFX UIs. This makes for a concise and functional
|
Finally, these views can then be bound directly into JavaFX UIs. This makes for a concise and functional
|
||||||
way of building application UIs that render data from the node, and the API is available for third party
|
way of building application UIs that render data from the node, and the API is available for third party
|
||||||
|
@ -146,7 +146,7 @@ that has been signed by a set of parties.
|
|||||||
fleshed out.
|
fleshed out.
|
||||||
|
|
||||||
Multi-signature support
|
Multi-signature support
|
||||||
----------------------
|
-----------------------
|
||||||
|
|
||||||
Corda supports scenarios where more than one key or party is required to authorise a state object transition, for example:
|
Corda supports scenarios where more than one key or party is required to authorise a state object transition, for example:
|
||||||
"Either the CEO or 3 out of 5 of his assistants need to provide signatures".
|
"Either the CEO or 3 out of 5 of his assistants need to provide signatures".
|
||||||
|
Loading…
x
Reference in New Issue
Block a user