mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
Update templates.rst (#2397)
It doesn't suffice for a maintainer to just be an observer
This commit is contained in:
parent
689d969038
commit
e056fc3e88
@ -138,5 +138,5 @@ Contract keys and maintainers
|
||||
- This feature lets you specify a "key" that you can use to uniquely identify an instance of this contract template.
|
||||
- If you specify a ``key``, you must also specify a ``maintainer``. This is a ``Party`` that will ensure the uniqueness of all the keys it is aware of.
|
||||
|
||||
Because of this, the ``key`` must include the ``maintainer`` ``Party`` or parties (for example, as part of a tuple or record), and the ``maintainer`` must be a signatory or observer of the contract instance.
|
||||
Because of this, the ``key`` must include the ``maintainer`` ``Party`` or parties (for example, as part of a tuple or record), and the ``maintainer`` must be a signatory.
|
||||
- For a full explanation, see :doc:`/daml/reference/contract-keys`.
|
||||
|
Loading…
Reference in New Issue
Block a user