summaryrefslogtreecommitdiff
path: root/src/auditordb/pg_update_wire_fee_summary.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditordb/pg_update_wire_fee_summary.c')
-rw-r--r--src/auditordb/pg_update_wire_fee_summary.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditordb/pg_update_wire_fee_summary.c b/src/auditordb/pg_update_wire_fee_summary.c
index b0a343711..d57467a09 100644
--- a/src/auditordb/pg_update_wire_fee_summary.c
+++ b/src/auditordb/pg_update_wire_fee_summary.c
@@ -34,8 +34,8 @@ TAH_PG_update_wire_fee_summary (
{
struct PostgresClosure *pg = cls;
struct GNUNET_PQ_QueryParam params[] = {
- TALER_PQ_query_param_amount_tuple (pg->conn,
- wire_fee_balance),
+ TALER_PQ_query_param_amount (pg->conn,
+ wire_fee_balance),
GNUNET_PQ_query_param_auto_from_type (master_pub),
GNUNET_PQ_query_param_end
};