summaryrefslogtreecommitdiff
path: root/src/exchangedb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-30 12:39:58 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-30 12:39:58 +0200
commitafa706914fefc90812c0bda01341e1dcfca06840 (patch)
tree56916d76bf5a07055caa466e907657a77ecbcf8b /src/exchangedb
parent04e4c185002020e69130acfd243dbf971f5af348 (diff)
downloadexchange-afa706914fefc90812c0bda01341e1dcfca06840.tar.gz
exchange-afa706914fefc90812c0bda01341e1dcfca06840.tar.bz2
exchange-afa706914fefc90812c0bda01341e1dcfca06840.zip
-remove silly comment
Diffstat (limited to 'src/exchangedb')
-rw-r--r--src/exchangedb/pg_do_batch_withdraw.c4
-rw-r--r--src/exchangedb/pg_do_batch_withdraw_insert.c5
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 394dc92a6..f89f32775 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 58dd73586..b95a179d2 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 "