aboutsummaryrefslogtreecommitdiff
path: root/src/auditordb/pg_insert_historic_reserve_revenue.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditordb/pg_insert_historic_reserve_revenue.c')
-rw-r--r--src/auditordb/pg_insert_historic_reserve_revenue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditordb/pg_insert_historic_reserve_revenue.c b/src/auditordb/pg_insert_historic_reserve_revenue.c
index 43fc7e343..d5ce9ed47 100644
--- a/src/auditordb/pg_insert_historic_reserve_revenue.c
+++ b/src/auditordb/pg_insert_historic_reserve_revenue.c
@@ -38,8 +38,8 @@ TAH_PG_insert_historic_reserve_revenue (
GNUNET_PQ_query_param_auto_from_type (master_pub),
GNUNET_PQ_query_param_timestamp (&start_time),
GNUNET_PQ_query_param_timestamp (&end_time),
- TALER_PQ_query_param_amount_tuple (pg->conn,
- reserve_profits),
+ TALER_PQ_query_param_amount (pg->conn,
+ reserve_profits),
GNUNET_PQ_query_param_end
};