gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [taler-exchange] branch master updated: -remove silly comment
Date: Sun, 30 Jul 2023 12:40:01 +0200

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 afa70691 -remove silly comment
afa70691 is described below

commit afa706914fefc90812c0bda01341e1dcfca06840
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jul 30 12:39:58 2023 +0200

    -remove silly comment
---
 src/exchangedb/pg_do_batch_withdraw.c        | 4 ----
 src/exchangedb/pg_do_batch_withdraw_insert.c | 5 ++---
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/src/exchangedb/pg_do_batch_withdraw.c 
b/src/exchangedb/pg_do_batch_withdraw.c
index 394dc92a..f89f3277 100644
--- a/src/exchangedb/pg_do_batch_withdraw.c
+++ b/src/exchangedb/pg_do_batch_withdraw.c
@@ -68,10 +68,6 @@ TEH_PG_do_batch_withdraw (
   gc = GNUNET_TIME_absolute_to_timestamp (
     GNUNET_TIME_absolute_add (now.abs_time,
                               pg->legal_reserve_expiration_time));
-
-
-  /* Used in #postgres_do_batch_withdraw() to
-        update the reserve balance and check its status */
   PREPARE (pg,
            "call_batch_withdraw",
            "SELECT "
diff --git a/src/exchangedb/pg_do_batch_withdraw_insert.c 
b/src/exchangedb/pg_do_batch_withdraw_insert.c
index 58dd7358..b95a179d 100644
--- a/src/exchangedb/pg_do_batch_withdraw_insert.c
+++ b/src/exchangedb/pg_do_batch_withdraw_insert.c
@@ -25,6 +25,7 @@
 #include "pg_do_batch_withdraw_insert.h"
 #include "pg_helper.h"
 
+
 enum GNUNET_DB_QueryStatus
 TEH_PG_do_batch_withdraw_insert (
   void *cls,
@@ -60,9 +61,7 @@ TEH_PG_do_batch_withdraw_insert (
                                 nonce_reuse),
     GNUNET_PQ_result_spec_end
   };
-  /* Used in #postgres_do_batch_withdraw_insert() to store
-        the signature of a blinded coin with the blinded coin's
-        details. */
+
   PREPARE (pg,
            "call_batch_withdraw_insert",
            "SELECT "

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