commit ff746cbfcb12d01039a1897c0f9dbf8da61cace9
parent 5cf4506425576535deda15001719023f87da23ca
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Thu, 11 Dec 2025 07:46:23 +0100
fix #10751
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backenddb/pg_account_kyc_set_failed.c b/src/backenddb/pg_account_kyc_set_failed.c
@@ -80,7 +80,7 @@ TMH_PG_account_kyc_set_failed (
" out_no_instance AS no_instance"
" ,out_no_account AS no_account"
" FROM merchant_do_account_kyc_set_failed"
- "($1, $2, $3, $4, $5, $6, $7, $8, $9);");
+ "($1, $2, $3, $4, $5, $6, $7, $8);");
qs = GNUNET_PQ_eval_prepared_singleton_select (
pg->conn,
"account_kyc_set_failed",