mirror of
https://github.com/corda/corda.git
synced 2025-02-06 19:19:19 +00:00
Api doc typo fix
This commit is contained in:
parent
5382a253db
commit
5bb7820f5d
@ -106,7 +106,7 @@ interface ContractState {
|
|||||||
* A _participant_ is any party that is able to consume this state in a valid transaction.
|
* A _participant_ is any party that is able to consume this state in a valid transaction.
|
||||||
*
|
*
|
||||||
* The list of participants is required for certain types of transactions. For example, when changing the notary
|
* The list of participants is required for certain types of transactions. For example, when changing the notary
|
||||||
* for this state ([TransactionType.NotaryChange]), every participants has to be involved and approve the transaction
|
* for this state ([TransactionType.NotaryChange]), every participant has to be involved and approve the transaction
|
||||||
* so that they receive the updated state, and don't end up in a situation where they can no longer use a state
|
* so that they receive the updated state, and don't end up in a situation where they can no longer use a state
|
||||||
* they possess, since someone consumed that state during the notary change process.
|
* they possess, since someone consumed that state during the notary change process.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user