summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-01-12 15:40:43 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-01-12 15:40:43 +0100
commitc631ae1b600add2ff229102d63870199043feb53 (patch)
tree43f7c81143f4c487de49709a7dc289cfd93b1fed
parent0589d265ec837321519fc7f9bda9fa7c22e955f8 (diff)
downloadexchange-c631ae1b600add2ff229102d63870199043feb53.tar.gz
exchange-c631ae1b600add2ff229102d63870199043feb53.tar.bz2
exchange-c631ae1b600add2ff229102d63870199043feb53.zip
elaborate on ContractPS
-rw-r--r--src/include/taler_signatures.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h
index 61e824aa9..a2ca55523 100644
--- a/src/include/taler_signatures.h
+++ b/src/include/taler_signatures.h
@@ -1034,6 +1034,9 @@ struct TALER_WireDepositDataPS
* Some fields are lifted from the contract and signed over in addition to the
* contract hash. This redundancy allows these pieces of information can be
* verified without knowing the whole content of the contract.
+ * The mechant backend's "/pay" handler, for example, can verify that a deposit
+ * permission relates to a valid contract this way without having to have the
+ * full contract.
*/
struct TALER_ContractPS
{