gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -remove old comment


From: gnunet
Subject: [taler-exchange] branch master updated: -remove old comment
Date: Mon, 14 Nov 2022 05:13:51 +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 d876a950 -remove old comment
d876a950 is described below

commit d876a950739e66533af168a55439a8652f018d1f
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Nov 14 05:13:48 2022 +0100

    -remove old comment
---
 src/exchangedb/pg_insert_denomination_info.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/exchangedb/pg_insert_denomination_info.c 
b/src/exchangedb/pg_insert_denomination_info.c
index bad6b8e7..30199611 100644
--- a/src/exchangedb/pg_insert_denomination_info.c
+++ b/src/exchangedb/pg_insert_denomination_info.c
@@ -26,7 +26,6 @@
 #include "pg_helper.h"
 
 
-
 enum GNUNET_DB_QueryStatus
 TEH_PG_insert_denomination_info (
   void *cls,
@@ -72,9 +71,7 @@ TEH_PG_insert_denomination_info (
                  TALER_denom_fee_check_currency (
                    issue->value.currency,
                    &issue->fees));
- /* Used in #postgres_insert_denomination_info() and
-     #postgres_add_denomination_key() */
-  PREPARE (pg, 
+  PREPARE (pg,
            "denomination_insert",
            "INSERT INTO denominations "
            "(denom_pub_hash"
@@ -102,4 +99,3 @@ TEH_PG_insert_denomination_info (
                                              "denomination_insert",
                                              params);
 }
-

-- 
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]