From afa706914fefc90812c0bda01341e1dcfca06840 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 30 Jul 2023 12:39:58 +0200 Subject: -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(-) (limited to 'src/exchangedb') 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 " -- cgit v1.2.3