summaryrefslogtreecommitdiff
path: root/src/exchangedb/plugin_exchangedb_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-12-25 17:22:54 +0100
committerChristian Grothoff <christian@grothoff.org>2021-12-25 17:22:54 +0100
commite7d4183d1c82e600aa69fa48145115f4abc02aac (patch)
treebd93783f4a585fe472e1fe1d8c075a191e8bfa11 /src/exchangedb/plugin_exchangedb_postgres.c
parent74e4c6429a09a5f13c958c9ede068fc094a9552d (diff)
downloadexchange-e7d4183d1c82e600aa69fa48145115f4abc02aac.tar.gz
exchange-e7d4183d1c82e600aa69fa48145115f4abc02aac.tar.bz2
exchange-e7d4183d1c82e600aa69fa48145115f4abc02aac.zip
-fix FTBFS
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index d76696aa2..6ef1bb030 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -6091,7 +6091,7 @@ postgres_insert_refresh_reveal (
GNUNET_PQ_query_param_auto_from_type (&rrc->h_denom_pub),
GNUNET_PQ_query_param_fixed_size (rrc->coin_ev,
rrc->coin_ev_size),
- GNUNET_PQ_query_param_auto_from_type (&rrc->h_coin_ev),
+ GNUNET_PQ_query_param_auto_from_type (&rrc->coin_envelope_hash),
TALER_PQ_query_param_blinded_denom_sig (&rrc->coin_sig),
GNUNET_PQ_query_param_end
};