diff options
-rw-r--r-- | src/include/taler_signatures.h | 3 |
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; |