summaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_insert_partner.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/pg_insert_partner.c')
-rw-r--r--src/exchangedb/pg_insert_partner.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchangedb/pg_insert_partner.c b/src/exchangedb/pg_insert_partner.c
index 24c060051..d1d6069de 100644
--- a/src/exchangedb/pg_insert_partner.c
+++ b/src/exchangedb/pg_insert_partner.c
@@ -42,8 +42,8 @@ TEH_PG_insert_partner (void *cls,
GNUNET_PQ_query_param_timestamp (&start_date),
GNUNET_PQ_query_param_timestamp (&end_date),
GNUNET_PQ_query_param_relative_time (&wad_frequency),
- TALER_PQ_query_param_amount_tuple (pg->conn,
- wad_fee),
+ TALER_PQ_query_param_amount (pg->conn,
+ wad_fee),
GNUNET_PQ_query_param_auto_from_type (master_sig),
GNUNET_PQ_query_param_string (partner_base_url),
GNUNET_PQ_query_param_end