donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit 34a9668a9114f09889f732f0a29d9673f8a9cc37
parent ed6e43b1f6907f544a78d1fa9627172f44e39d13
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sat, 18 Jul 2026 00:43:26 +0200

fix copy-and-paste comment

Diffstat:
Msrc/include/donau_service.h | 21+++++++--------------
1 file changed, 7 insertions(+), 14 deletions(-)

diff --git a/src/include/donau_service.h b/src/include/donau_service.h @@ -570,8 +570,7 @@ typedef void * Submit a batch of issue receipts to the donau and get the * donau's response. This API is typically used by a charity. Note that * while we return the response verbatim to the caller for further processing, - * we do already verify that the response is well-formed (i.e. that signatures - * included in the response are all valid). If the donau's reply is not + * we do already verify that the response is well-formed. If the donau's reply is not * well-formed, we return an HTTP status code of zero to @a cb. * * We also verify that the signature of the charity is valid for this @@ -661,8 +660,7 @@ typedef void * Submit a batch of receipts to the donau and get the * donau's response. This API is typically used by a donor. Note that * while we return the response verbatim to the caller for further processing, - * we do already verify that the response is well-formed (i.e. that signatures - * included in the response are all valid). If the donau's reply is not + * we do already verify that the response is well-formed. If the donau's reply is not * well-formed, we return an HTTP status code of zero to @a cb. * * We also verify that the signature of the charity is valid for this @@ -777,8 +775,7 @@ typedef void /** * Get a specific donation statement from the donau. This API is typically used by a donor. * Note that while we return the response verbatim to the caller for further processing, - * we do already verify that the response is well-formed (i.e. that signatures - * included in the response are all valid). If the donau's reply is not + * we do already verify that the response is well-formed. If the donau's reply is not * well-formed, we return an HTTP status code of zero to @a cb. * * @param ctx curl context @@ -1013,8 +1010,7 @@ typedef void * Submit a request to obtain the transaction history of a charity * from the donau. Note that while we return the full response to the * caller for further processing, we do already verify that the - * response is well-formed (i.e. that signatures included in the - * response are all valid). If the donau's reply is not well-formed, + * response is well-formed. If the donau's reply is not well-formed, * we return an HTTP status code of zero to @a cb. * * @param ctx curl context @@ -1151,8 +1147,7 @@ typedef void * Submit a GET request to obtain the information about a single charity * from the donau. Note that while we return the full response to the * caller for further processing, we do already verify that the - * response is well-formed (i.e. that signatures included in the - * response are all valid). If the donau's reply is not well-formed, + * response is well-formed. If the donau's reply is not well-formed, * we return an HTTP status code of zero to @a cb. * * @param ctx curl context @@ -1337,8 +1332,7 @@ typedef void * Submit a PATCH request to change data about a charity * from the donau. Note that while we return the full response to the * caller for further processing, we do already verify that the - * response is well-formed (i.e. that signatures included in the - * response are all valid). If the donau's reply is not well-formed, + * response is well-formed. If the donau's reply is not well-formed, * we return an HTTP status code of zero to @a cb. * * @param ctx curl context @@ -1423,8 +1417,7 @@ typedef void * Submit a DELETE request to delete a charity * from the donau. Note that while we return the full response to the * caller for further processing, we do already verify that the - * response is well-formed (i.e. that signatures included in the - * response are all valid). If the donau's reply is not well-formed, + * response is well-formed. If the donau's reply is not well-formed, * we return an HTTP status code of zero to @a cb. * * @param ctx curl context