exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 78b77ee8d515c80ac85ca7af59e3e82c2baaeb68
parent 499247a4805583dc67b9d6fef850ae86b4be1e32
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 30 Nov 2017 11:21:51 +0100

properly document TALER_SIGNATURE_MERCHANT_REFUND_OK

Diffstat:
Msrc/include/taler_signatures.h | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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;