commit e31e0dfeac3215651b10931d7bb8049b6985485e
parent 4d5f227fed98939fb472725f9355ded51f1d3b79
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Wed, 28 Jan 2026 06:27:15 +0100
fix #10926
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exchangedb/pg_insert_sanction_list_hit.c b/src/exchangedb/pg_insert_sanction_list_hit.c
@@ -78,7 +78,7 @@ TEH_PG_insert_sanction_list_hit (
"SELECT"
" out_outcome_serial_id AS outcome_serial_id"
" FROM exchange_do_insert_sanction_list_hit"
- "($1,$2,$3,$4,$5,$6,$7,$8);");
+ "($1,$2,$3,$4::TEXT::JSONB,$5::TEXT::JSONB,$6,$7,$8);");
qs = GNUNET_PQ_eval_prepared_singleton_select (
pg->conn,
"do_insert_sanction_list_hit",