-fix notify_s argument passing

This commit is contained in:
Christian Grothoff 2023-02-13 21:12:00 +01:00
parent a79e50505b
commit 57e2f38bd2
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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,