summaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_get_old_coin_by_h_blind.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/pg_get_old_coin_by_h_blind.c')
-rw-r--r--src/exchangedb/pg_get_old_coin_by_h_blind.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/exchangedb/pg_get_old_coin_by_h_blind.c b/src/exchangedb/pg_get_old_coin_by_h_blind.c
index 385c3f1d1..dcce7b32f 100644
--- a/src/exchangedb/pg_get_old_coin_by_h_blind.c
+++ b/src/exchangedb/pg_get_old_coin_by_h_blind.c
@@ -26,7 +26,6 @@
#include "pg_helper.h"
-
enum GNUNET_DB_QueryStatus
TEH_PG_get_old_coin_by_h_blind (
void *cls,
@@ -47,7 +46,7 @@ TEH_PG_get_old_coin_by_h_blind (
GNUNET_PQ_result_spec_end
};
- /* Used in #postgres_get_old_coin_by_h_blind() */
+ /* Used in #postgres_get_old_coin_by_h_blind() */
PREPARE (pg,
"old_coin_by_h_blind",
"SELECT"