From f03c1175df3b413e2352e02546191875e4064f9c Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 7 Oct 2016 18:21:12 +0200 Subject: typo --- src/include/taler_signatures.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/include/taler_signatures.h') 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; }; -- cgit v1.2.3