aboutsummaryrefslogtreecommitdiff
path: root/src/auditordb/pg_insert_bad_sig_losses.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditordb/pg_insert_bad_sig_losses.c')
-rw-r--r--src/auditordb/pg_insert_bad_sig_losses.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditordb/pg_insert_bad_sig_losses.c b/src/auditordb/pg_insert_bad_sig_losses.c
index 75cc98d37..72e7929f7 100644
--- a/src/auditordb/pg_insert_bad_sig_losses.c
+++ b/src/auditordb/pg_insert_bad_sig_losses.c
@@ -29,7 +29,7 @@ TAH_PG_insert_bad_sig_losses (
struct PostgresClosure *pg = cls;
struct GNUNET_PQ_QueryParam params[] = {
- GNUNET_PQ_query_param_auto_from_type (&dc->operation),
+ GNUNET_PQ_query_param_string (dc->operation),
TALER_PQ_query_param_amount (pg->conn, &dc->loss),
GNUNET_PQ_query_param_auto_from_type (&dc->operation_specific_pub),