summaryrefslogtreecommitdiff
path: root/src/exchangedb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-17 15:28:00 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-17 15:28:00 +0100
commitf74757e2349d6a7d29c8377d81fe2295c62dff10 (patch)
tree882ff32891e48d98dba2f318cdbeff1561b16a22 /src/exchangedb
parent721c2c88d58379b465097b56ce2e89e2b2c1bea9 (diff)
downloadexchange-f74757e2349d6a7d29c8377d81fe2295c62dff10.tar.gz
exchange-f74757e2349d6a7d29c8377d81fe2295c62dff10.tar.bz2
exchange-f74757e2349d6a7d29c8377d81fe2295c62dff10.zip
-another OEC FIXME
Diffstat (limited to 'src/exchangedb')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index 5d8db5ce7..478be3b0a 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -3090,6 +3090,7 @@ postgres_insert_denomination_info (
const struct TALER_EXCHANGEDB_DenominationKeyInformationP *issue)
{
struct PostgresClosure *pg = cls;
+ uint32_t age_mask = 0; /* FIXME-OEC */
struct GNUNET_PQ_QueryParam params[] = {
GNUNET_PQ_query_param_auto_from_type (&issue->properties.denom_hash),
TALER_PQ_query_param_denom_pub (denom_pub),
@@ -3103,6 +3104,7 @@ postgres_insert_denomination_info (
TALER_PQ_query_param_amount_nbo (&issue->properties.fees.deposit),
TALER_PQ_query_param_amount_nbo (&issue->properties.fees.refresh),
TALER_PQ_query_param_amount_nbo (&issue->properties.fees.refund),
+ GNUNET_PQ_query_param_uint32 (&age_mask),
GNUNET_PQ_query_param_end
};
struct TALER_DenomFeeSet fees;