aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_insert_global_fee.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/pg_insert_global_fee.c')
-rw-r--r--src/exchangedb/pg_insert_global_fee.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/exchangedb/pg_insert_global_fee.c b/src/exchangedb/pg_insert_global_fee.c
index 0b5406492..e78cd0b83 100644
--- a/src/exchangedb/pg_insert_global_fee.c
+++ b/src/exchangedb/pg_insert_global_fee.c
@@ -40,12 +40,12 @@ TEH_PG_insert_global_fee (void *cls,
struct GNUNET_PQ_QueryParam params[] = {
GNUNET_PQ_query_param_timestamp (&start_date),
GNUNET_PQ_query_param_timestamp (&end_date),
- TALER_PQ_query_param_amount_tuple (pg->conn,
- &fees->history),
- TALER_PQ_query_param_amount_tuple (pg->conn,
- &fees->account),
- TALER_PQ_query_param_amount_tuple (pg->conn,
- &fees->purse),
+ TALER_PQ_query_param_amount (pg->conn,
+ &fees->history),
+ TALER_PQ_query_param_amount (pg->conn,
+ &fees->account),
+ TALER_PQ_query_param_amount (pg->conn,
+ &fees->purse),
GNUNET_PQ_query_param_relative_time (&purse_timeout),
GNUNET_PQ_query_param_relative_time (&history_expiration),
GNUNET_PQ_query_param_uint32 (&purse_account_limit),