Update templates.rst (#2397)

It doesn't suffice for a maintainer to just be an observer
This commit is contained in:
jordan-mittleman 2019-08-05 10:55:01 -04:00 committed by Martin Huschenbett
parent 689d969038
commit e056fc3e88

View File

@ -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`.