summaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_add_denomination_key.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/pg_add_denomination_key.c')
-rw-r--r--src/exchangedb/pg_add_denomination_key.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/exchangedb/pg_add_denomination_key.c b/src/exchangedb/pg_add_denomination_key.c
index 48d882c9a..eb50304d3 100644
--- a/src/exchangedb/pg_add_denomination_key.c
+++ b/src/exchangedb/pg_add_denomination_key.c
@@ -43,16 +43,16 @@ TEH_PG_add_denomination_key (
GNUNET_PQ_query_param_timestamp (&meta->expire_withdraw),
GNUNET_PQ_query_param_timestamp (&meta->expire_deposit),
GNUNET_PQ_query_param_timestamp (&meta->expire_legal),
- TALER_PQ_query_param_amount_tuple (pg->conn,
- &meta->value),
- TALER_PQ_query_param_amount_tuple (pg->conn,
- &meta->fees.withdraw),
- TALER_PQ_query_param_amount_tuple (pg->conn,
- &meta->fees.deposit),
- TALER_PQ_query_param_amount_tuple (pg->conn,
- &meta->fees.refresh),
- TALER_PQ_query_param_amount_tuple (pg->conn,
- &meta->fees.refund),
+ TALER_PQ_query_param_amount (pg->conn,
+ &meta->value),
+ TALER_PQ_query_param_amount (pg->conn,
+ &meta->fees.withdraw),
+ TALER_PQ_query_param_amount (pg->conn,
+ &meta->fees.deposit),
+ TALER_PQ_query_param_amount (pg->conn,
+ &meta->fees.refresh),
+ TALER_PQ_query_param_amount (pg->conn,
+ &meta->fees.refund),
GNUNET_PQ_query_param_uint32 (&meta->age_mask.bits),
GNUNET_PQ_query_param_end
};