aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_insert_wire_fee.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/pg_insert_wire_fee.c')
-rw-r--r--src/exchangedb/pg_insert_wire_fee.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/exchangedb/pg_insert_wire_fee.c b/src/exchangedb/pg_insert_wire_fee.c
index b6070c929..af818bcca 100644
--- a/src/exchangedb/pg_insert_wire_fee.c
+++ b/src/exchangedb/pg_insert_wire_fee.c
@@ -40,10 +40,10 @@ TEH_PG_insert_wire_fee (void *cls,
GNUNET_PQ_query_param_string (type),
GNUNET_PQ_query_param_timestamp (&start_date),
GNUNET_PQ_query_param_timestamp (&end_date),
- TALER_PQ_query_param_amount_tuple (pg->conn,
- &fees->wire),
- TALER_PQ_query_param_amount_tuple (pg->conn,
- &fees->closing),
+ TALER_PQ_query_param_amount (pg->conn,
+ &fees->wire),
+ TALER_PQ_query_param_amount (pg->conn,
+ &fees->closing),
GNUNET_PQ_query_param_auto_from_type (master_sig),
GNUNET_PQ_query_param_end
};