commit 57491369b096c89ab831c67b547bc77d21c38d74
parent 7a06d9a15f3cf7c81a8b93c68ed7dc90c4106e7b
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 7 Jul 2025 14:47:27 +0200
-clarify comments, update GANA
Diffstat:
2 files changed, 6 insertions(+), 11 deletions(-)
diff --git a/src/include/taler/taler_exchange_service.h b/src/include/taler/taler_exchange_service.h
@@ -3335,31 +3335,27 @@ struct TALER_EXCHANGE_GetDepositResponse
struct TALER_EXCHANGE_DepositData
{
/**
- * exchange key used to sign, all zeros if exchange did not
- * yet execute the transaction
+ * Exchange key used to sign.
*/
struct TALER_ExchangePublicKeyP exchange_pub;
/**
- * signature from the exchange over the deposit data, all zeros if exchange did not
- * yet execute the transaction
+ * Signature from the exchange over the deposit data.
*/
struct TALER_ExchangeSignatureP exchange_sig;
/**
- * wire transfer identifier used by the exchange, all zeros if exchange did not
- * yet execute the transaction
+ * Wire transfer identifier used by the exchange.
*/
struct TALER_WireTransferIdentifierRawP wtid;
/**
- * actual execution time for the wire transfer
+ * Actual execution time for the wire transfer
*/
struct GNUNET_TIME_Timestamp execution_time;
/**
- * contribution to the total amount by this coin, all zeros if exchange did not
- * yet execute the transaction
+ * Contribution to the total amount by this coin.
*/
struct TALER_Amount coin_contribution;
diff --git a/src/include/taler/taler_pq_lib.h b/src/include/taler/taler_pq_lib.h
@@ -150,8 +150,7 @@ struct GNUNET_PQ_QueryParam
TALER_PQ_query_param_array_blinded_denom_sig (
size_t num,
const struct TALER_BlindedDenominationSignature *denom_sigs,
- struct GNUNET_PQ_Context *db
- );
+ struct GNUNET_PQ_Context *db);
/**