summaryrefslogtreecommitdiff
path: root/design-documents
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-03-02 22:05:35 +0100
committerChristian Grothoff <christian@grothoff.org>2024-03-02 22:05:35 +0100
commitfde91a6d7c780ff2310567b7a3abcf97282fbbb1 (patch)
tree4b88f5e07b48510837b3378bfa0ff4338390ba72 /design-documents
parent32784beb452442e64821a3de479f48b239a7e246 (diff)
downloaddocs-fde91a6d7c780ff2310567b7a3abcf97282fbbb1.tar.gz
docs-fde91a6d7c780ff2310567b7a3abcf97282fbbb1.tar.bz2
docs-fde91a6d7c780ff2310567b7a3abcf97282fbbb1.zip
misc fixes
Diffstat (limited to 'design-documents')
-rw-r--r--design-documents/046-mumimo-contracts.rst15
1 files changed, 5 insertions, 10 deletions
diff --git a/design-documents/046-mumimo-contracts.rst b/design-documents/046-mumimo-contracts.rst
index 5bc3d25a..fcb7f2b1 100644
--- a/design-documents/046-mumimo-contracts.rst
+++ b/design-documents/046-mumimo-contracts.rst
@@ -472,10 +472,7 @@ consumes an available discount token, that contract should be moved up in the
list.
Which specific alternative contract was chosen by the user is indicated in the
-subcontract index field of the :ref:`TALER_DepositRequestPS`.
-
-FIXME-DOLD: Should we also sign over this in the
-:ref:`TALER_DepositConfirmationPS`?
+subcontract index field of the :ref:`TALER_DepositRequestPS <taler_depositrequestps>`.
Output Commitments
@@ -483,8 +480,9 @@ Output Commitments
When a contract has outputs, the wallet must send an array of blinded tokens,
coins or tax receipts together with the payment request. The order in the
-array must match the order in the outputs field of the contract. For currency outputs, one array element must include all of the required planchets for a batch withdrawal,
-but of course not the reserve signature.
+array must match the order in the outputs field of the contract. For currency
+outputs, one array element must include all of the required planchets for a
+batch withdrawal, but of course not the reserve signature.
.. note::
@@ -492,10 +490,7 @@ but of course not the reserve signature.
batch-withdraw API to only use a single reserve signature.
This array of blinded values is hashed to create the output commitment hash
-(``h_outputs``) in the :ref:`TALER_DepositRequestPS`.
-
-FIXME-DOLD: Should we also sign over this in the
-:ref:`TALER_DepositConfirmationPS`?
+(``h_outputs``) in the :ref:`TALER_DepositRequestPS <taler_depositrequestps>`.