aboutsummaryrefslogtreecommitdiff
path: root/src/auditordb/pg_update_reserve_info.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditordb/pg_update_reserve_info.c')
-rw-r--r--src/auditordb/pg_update_reserve_info.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/auditordb/pg_update_reserve_info.c b/src/auditordb/pg_update_reserve_info.c
index 2c9632354..b851feda9 100644
--- a/src/auditordb/pg_update_reserve_info.c
+++ b/src/auditordb/pg_update_reserve_info.c
@@ -36,18 +36,18 @@ TAH_PG_update_reserve_info (
{
struct PostgresClosure *pg = cls;
struct GNUNET_PQ_QueryParam params[] = {
- TALER_PQ_query_param_amount_tuple (pg->conn,
- &rfb->reserve_balance),
- TALER_PQ_query_param_amount_tuple (pg->conn,
- &rfb->reserve_loss),
- TALER_PQ_query_param_amount_tuple (pg->conn,
- &rfb->withdraw_fee_balance),
- TALER_PQ_query_param_amount_tuple (pg->conn,
- &rfb->purse_fee_balance),
- TALER_PQ_query_param_amount_tuple (pg->conn,
- &rfb->open_fee_balance),
- TALER_PQ_query_param_amount_tuple (pg->conn,
- &rfb->history_fee_balance),
+ TALER_PQ_query_param_amount (pg->conn,
+ &rfb->reserve_balance),
+ TALER_PQ_query_param_amount (pg->conn,
+ &rfb->reserve_loss),
+ TALER_PQ_query_param_amount (pg->conn,
+ &rfb->withdraw_fee_balance),
+ TALER_PQ_query_param_amount (pg->conn,
+ &rfb->purse_fee_balance),
+ TALER_PQ_query_param_amount (pg->conn,
+ &rfb->open_fee_balance),
+ TALER_PQ_query_param_amount (pg->conn,
+ &rfb->history_fee_balance),
GNUNET_PQ_query_param_timestamp (&expiration_date),
GNUNET_PQ_query_param_auto_from_type (reserve_pub),
GNUNET_PQ_query_param_auto_from_type (master_pub),