summaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_set_purse_balance.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/pg_set_purse_balance.c')
-rw-r--r--src/exchangedb/pg_set_purse_balance.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchangedb/pg_set_purse_balance.c b/src/exchangedb/pg_set_purse_balance.c
index ef8673f99..1e34ea6ed 100644
--- a/src/exchangedb/pg_set_purse_balance.c
+++ b/src/exchangedb/pg_set_purse_balance.c
@@ -35,8 +35,8 @@ TEH_PG_set_purse_balance (
struct PostgresClosure *pg = cls;
struct GNUNET_PQ_QueryParam params[] = {
GNUNET_PQ_query_param_auto_from_type (purse_pub),
- TALER_PQ_query_param_amount_tuple (pg->conn,
- balance),
+ TALER_PQ_query_param_amount (pg->conn,
+ balance),
GNUNET_PQ_query_param_end
};