mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
Fix typo in docs for multiparty agreement (#5011)
changelog_begin changelog_end
This commit is contained in:
parent
eb857d6dd3
commit
76c9ddfb59
@ -31,7 +31,7 @@ Pending contract
|
||||
|
||||
The *Pending* contract has a list of parties who have signed it, and a list of parties who have yet to sign it. If you add these lists together, it has to be the same set of parties as the ``signatories`` of the *Agreement* contract.
|
||||
|
||||
All of the ``toSign`` parties have the choice to ``Sign``. This choice checks that the party is indeed a member of ``toSign``, then creates a new instance of the *Pending* conract where they have been moved to the ``signed`` list.
|
||||
All of the ``toSign`` parties have the choice to ``Sign``. This choice checks that the party is indeed a member of ``toSign``, then creates a new instance of the *Pending* contract where they have been moved to the ``signed`` list.
|
||||
|
||||
.. literalinclude:: daml/MultiplePartyAgreement.daml
|
||||
:language: daml
|
||||
|
Loading…
Reference in New Issue
Block a user