aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_get_known_coin.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-10-27 23:54:55 +0200
committerChristian Grothoff <christian@grothoff.org>2023-10-27 23:54:55 +0200
commit192e361811c93327c80af69b0f5280b30ceae682 (patch)
tree9eefd1c730d1212216a1f68fc1399954ebd0c39d /src/exchangedb/pg_get_known_coin.c
parent47397c55f764ccd5a00a2626199d2a6772fb7db9 (diff)
downloadexchange-192e361811c93327c80af69b0f5280b30ceae682.tar.xz
fixes with respect to new blinding API
Diffstat (limited to 'src/exchangedb/pg_get_known_coin.c')
-rw-r--r--src/exchangedb/pg_get_known_coin.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/exchangedb/pg_get_known_coin.c b/src/exchangedb/pg_get_known_coin.c
index bab48c119..2c4a82d67 100644
--- a/src/exchangedb/pg_get_known_coin.c
+++ b/src/exchangedb/pg_get_known_coin.c
@@ -51,9 +51,6 @@ TEH_PG_get_known_coin (void *cls,
"Getting known coin data for coin %s\n",
TALER_B2S (coin_pub));
coin_info->coin_pub = *coin_pub;
- /* Used in #postgres_get_known_coin() to fetch
- the denomination public key and signature for
- a coin known to the exchange. */
PREPARE (pg,
"get_known_coin",
"SELECT"
@@ -63,7 +60,6 @@ TEH_PG_get_known_coin (void *cls,
" FROM known_coins"
" JOIN denominations USING (denominations_serial)"
" WHERE coin_pub=$1;");
-
return GNUNET_PQ_eval_prepared_singleton_select (pg->conn,
"get_known_coin",
params,