summaryrefslogtreecommitdiff
path: root/src/include/taler_signatures.h
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-07 18:21:12 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-07 18:21:12 +0200
commitf03c1175df3b413e2352e02546191875e4064f9c (patch)
tree35c868a236ea6d8a4d19087d49bfe854e3a9a362 /src/include/taler_signatures.h
parent581ca300528ca6c406d20c0ed75b7b941f010c5f (diff)
downloadexchange-f03c1175df3b413e2352e02546191875e4064f9c.tar.gz
exchange-f03c1175df3b413e2352e02546191875e4064f9c.tar.bz2
exchange-f03c1175df3b413e2352e02546191875e4064f9c.zip
typo
Diffstat (limited to 'src/include/taler_signatures.h')
-rw-r--r--src/include/taler_signatures.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h
index 8ce10b722..dae730d0e 100644
--- a/src/include/taler_signatures.h
+++ b/src/include/taler_signatures.h
@@ -1084,7 +1084,18 @@ struct TALER_ContractPS
*/
struct PaymentResponsePS
{
+ /**
+ * Set to TALER_SIGNATURE_MERCHANT_PAYMENT_OK so far. Note that
+ * unsuccessful payments are usually proven by some exchange's signature,
+ * thus it is unlikely that a merchant needs to set a purpose other than
+ * the above mentioned
+ */
struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
+
+ /**
+ * Hash of the contract associated with this confirmation
+ */
+ struct GNUNET_HashCode h_contract;
};