commit 57e2f38bd21c22c863f2aba9702196544385e186
parent a79e50505b94bf4e0f13822983cc4eeef2dbdf7b
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 13 Feb 2023 21:12:00 +0100
-fix notify_s argument passing
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exchangedb/pg_insert_aml_decision.c b/src/exchangedb/pg_insert_aml_decision.c
@@ -74,7 +74,7 @@ TEH_PG_insert_aml_decision (
" out_invalid_officer"
",out_last_date"
" FROM exchange_do_insert_aml_decision"
- "($1, $2, $3, $4, $5, $6, $7, $8);");
+ "($1, $2, $3, $4, $5, $6, $7, $8, $9);");
qs = GNUNET_PQ_eval_prepared_singleton_select (pg->conn,
"do_insert_aml_decision",
params,