aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_insert_denomination_info.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/pg_insert_denomination_info.c')
-rw-r--r--src/exchangedb/pg_insert_denomination_info.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/exchangedb/pg_insert_denomination_info.c b/src/exchangedb/pg_insert_denomination_info.c
index 620d6dd78..878bc5d81 100644
--- a/src/exchangedb/pg_insert_denomination_info.c
+++ b/src/exchangedb/pg_insert_denomination_info.c
@@ -42,16 +42,16 @@ TEH_PG_insert_denomination_info (
GNUNET_PQ_query_param_timestamp (&issue->expire_withdraw),
GNUNET_PQ_query_param_timestamp (&issue->expire_deposit),
GNUNET_PQ_query_param_timestamp (&issue->expire_legal),
- TALER_PQ_query_param_amount_tuple (pg->conn,
- &issue->value),
- TALER_PQ_query_param_amount_tuple (pg->conn,
- &issue->fees.withdraw),
- TALER_PQ_query_param_amount_tuple (pg->conn,
- &issue->fees.deposit),
- TALER_PQ_query_param_amount_tuple (pg->conn,
- &issue->fees.refresh),
- TALER_PQ_query_param_amount_tuple (pg->conn,
- &issue->fees.refund),
+ TALER_PQ_query_param_amount (pg->conn,
+ &issue->value),
+ TALER_PQ_query_param_amount (pg->conn,
+ &issue->fees.withdraw),
+ TALER_PQ_query_param_amount (pg->conn,
+ &issue->fees.deposit),
+ TALER_PQ_query_param_amount (pg->conn,
+ &issue->fees.refresh),
+ TALER_PQ_query_param_amount (pg->conn,
+ &issue->fees.refund),
GNUNET_PQ_query_param_uint32 (&denom_pub->age_mask.bits),
GNUNET_PQ_query_param_end
};