summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-11-30 11:21:51 +0100
committerChristian Grothoff <christian@grothoff.org>2017-11-30 11:21:51 +0100
commit78b77ee8d515c80ac85ca7af59e3e82c2baaeb68 (patch)
tree87cc66652aaaae4d4ce9a21c08d9f545fccf0ab3 /src/include
parent499247a4805583dc67b9d6fef850ae86b4be1e32 (diff)
downloadexchange-78b77ee8d515c80ac85ca7af59e3e82c2baaeb68.tar.gz
exchange-78b77ee8d515c80ac85ca7af59e3e82c2baaeb68.tar.bz2
exchange-78b77ee8d515c80ac85ca7af59e3e82c2baaeb68.zip
properly document TALER_SIGNATURE_MERCHANT_REFUND_OK
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_signatures.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h
index 3bc0505f9..6355303a0 100644
--- a/src/include/taler_signatures.h
+++ b/src/include/taler_signatures.h
@@ -1279,12 +1279,13 @@ struct TALER_ReserveCloseConfirmationPS
struct TALER_MerchantRefundConfirmationPS
{
/**
- * Set TALER_SIGNATURE_REFUND_OK.
+ * Set to #TALER_SIGNATURE_MERCHANT_REFUND_OK.
*/
struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
/**
* Hashed order id; in case frontend wants to check it.
+ * Hashed without the 0-termination.
*/
struct GNUNET_HashCode h_order_id GNUNET_PACKED;