gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -doxygen fixes


From: gnunet
Subject: [taler-exchange] branch master updated: -doxygen fixes
Date: Tue, 27 Dec 2022 09:13:52 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 66d78c73 -doxygen fixes
66d78c73 is described below

commit 66d78c73e4871b3e6bebd09b4021d2e1585e8847
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Tue Dec 27 09:13:48 2022 +0100

    -doxygen fixes
---
 src/exchangedb/pg_lookup_wire_transfer.c | 4 +---
 src/util/taler-exchange-secmod-cs.h      | 2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/exchangedb/pg_lookup_wire_transfer.c 
b/src/exchangedb/pg_lookup_wire_transfer.c
index c5f63a07..d8d7278d 100644
--- a/src/exchangedb/pg_lookup_wire_transfer.c
+++ b/src/exchangedb/pg_lookup_wire_transfer.c
@@ -55,7 +55,7 @@ struct WireTransferResultContext
 /**
  * Function to be called with the results of a SELECT statement
  * that has returned @a num_results results.  Helper function
- * for #postgres_lookup_wire_transfer().
+ * for #TEH_PG_lookup_wire_transfer().
  *
  * @param cls closure of type `struct WireTransferResultContext *`
  * @param result the postgres result
@@ -148,8 +148,6 @@ TEH_PG_lookup_wire_transfer (
   ctx.cb_cls = cb_cls;
   ctx.pg = pg;
   ctx.status = GNUNET_OK;
-  /* check if the melt record exists and get it */
-  /* Used in #postgres_lookup_wire_transfer */
   PREPARE (pg,
            "lookup_transactions",
            "SELECT"
diff --git a/src/util/taler-exchange-secmod-cs.h 
b/src/util/taler-exchange-secmod-cs.h
index 0ccb71da..fd550efb 100644
--- a/src/util/taler-exchange-secmod-cs.h
+++ b/src/util/taler-exchange-secmod-cs.h
@@ -198,7 +198,7 @@ struct TALER_CRYPTO_CsRDeriveRequest
 struct TALER_CRYPTO_BatchDeriveRequest
 {
   /**
-   * Type is #TALER_HELPER_RSA_MT_REQ_BATCH_RDERIVE.
+   * Type is #TALER_HELPER_CS_MT_REQ_BATCH_RDERIVE.
    */
   struct GNUNET_MessageHeader header;
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]