commit 1ee5a287a014a2c7196f3bcd5688bfa01f34a533
parent 45b70c364ced8a38ae9d575ed111172488650215
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Sun, 16 Aug 2026 09:01:03 +0200
fix comments
Diffstat:
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/src/include/taler/taler_crypto_lib.h b/src/include/taler/taler_crypto_lib.h
@@ -6771,7 +6771,7 @@ TALER_auditor_denom_validity_verify (
*
* @param payment_method the payment method
* @param start_time when do the fees start to apply
- * @param end_time when do the fees start to apply
+ * @param end_time when do the fees stop to apply
* @param fees the wire fees
* @param master_priv private key to sign with
* @param[out] master_sig where to write the signature
@@ -6791,7 +6791,7 @@ TALER_exchange_offline_wire_fee_sign (
*
* @param payment_method the payment method
* @param start_time when do the fees start to apply
- * @param end_time when do the fees start to apply
+ * @param end_time when do the fees stop to apply
* @param fees the wire fees
* @param master_pub public key to verify against
* @param master_sig the signature the signature
@@ -6811,7 +6811,7 @@ TALER_exchange_offline_wire_fee_verify (
* Create global fees signature.
*
* @param start_time when do the fees start to apply
- * @param end_time when do the fees start to apply
+ * @param end_time when do the fees stop to apply
* @param fees the global fees
* @param purse_timeout how long do unmerged purses stay around
* @param history_expiration how long do we keep the history of an account
@@ -6835,7 +6835,7 @@ TALER_exchange_offline_global_fee_sign (
* Verify global fees signature.
*
* @param start_time when do the fees start to apply
- * @param end_time when do the fees start to apply
+ * @param end_time when do the fees stop to apply
* @param fees the global fees
* @param purse_timeout how long do unmerged purses stay around
* @param history_expiration how long do we keep the history of an account
diff --git a/src/util/offline_signatures.c b/src/util/offline_signatures.c
@@ -1367,13 +1367,14 @@ TALER_exchange_wire_signature_make (
GNUNET_NETWORK_STRUCT_BEGIN
/**
- * Message signed by account to merge a purse into a reserve.
+ * Message signed by the exchange master key to configure
+ * a partner exchange for wad transfers.
*/
struct TALER_PartnerConfigurationPS
{
/**
- * Purpose is #TALER_SIGNATURE_MASTER_PARNTER_DETAILS
+ * Purpose is #TALER_SIGNATURE_MASTER_PARTNER_DETAILS
*/
struct GNUNET_CRYPTO_SignaturePurpose purpose;
struct TALER_MasterPublicKeyP partner_pub;
@@ -1453,7 +1454,7 @@ TALER_exchange_offline_partner_details_verify (
GNUNET_NETWORK_STRUCT_BEGIN
/**
- * Message signed by account to drain profits
+ * Message signed by the exchange master key to drain profits
* from the escrow account of the exchange.
*/
struct TALER_DrainProfitPS