gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -another OEC FIXME


From: gnunet
Subject: [taler-exchange] branch master updated: -another OEC FIXME
Date: Thu, 17 Feb 2022 15:28:02 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new f74757e2 -another OEC FIXME
f74757e2 is described below

commit f74757e2349d6a7d29c8377d81fe2295c62dff10
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Feb 17 15:28:00 2022 +0100

    -another OEC FIXME
---
 src/exchangedb/plugin_exchangedb_postgres.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/exchangedb/plugin_exchangedb_postgres.c 
b/src/exchangedb/plugin_exchangedb_postgres.c
index 5d8db5ce..478be3b0 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;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]