aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_get_melt.c
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-03-31 13:50:32 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-03-31 13:50:32 +0200
commit6eed8917c37ad047ee95e964cd516d82aacac473 (patch)
tree5dedf24afa822f80325abbd407275f9de840b302 /src/exchangedb/pg_get_melt.c
parent9cce35d27027e1e72e44ac8965ae687d75f1c93d (diff)
downloadexchange-6eed8917c37ad047ee95e964cd516d82aacac473.tar.xz
fix exchangedb build errors
Diffstat (limited to 'src/exchangedb/pg_get_melt.c')
-rw-r--r--src/exchangedb/pg_get_melt.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/exchangedb/pg_get_melt.c b/src/exchangedb/pg_get_melt.c
index f239c605b..8e5685ec3 100644
--- a/src/exchangedb/pg_get_melt.c
+++ b/src/exchangedb/pg_get_melt.c
@@ -28,9 +28,9 @@
enum GNUNET_DB_QueryStatus
TEH_PG_get_melt (void *cls,
- const struct TALER_RefreshCommitmentP *rc,
- struct TALER_EXCHANGEDB_Melt *melt,
- uint64_t *melt_serial_id)
+ const struct TALER_RefreshCommitmentP *rc,
+ struct TALER_EXCHANGEDB_Melt *melt,
+ uint64_t *melt_serial_id)
{
struct PostgresClosure *pg = cls;
bool h_age_commitment_is_null;
@@ -66,8 +66,8 @@ TEH_PG_get_melt (void *cls,
0,
sizeof (melt->session.coin.denom_sig));
- /* Used in #postgres_get_melt() to fetch
- high-level information about a melt operation */
+ /* Used in #postgres_get_melt() to fetch
+ high-level information about a melt operation */
PREPARE (pg,
"get_melt",
/* "SELECT"