-fix args

This commit is contained in:
Christian Grothoff 2023-01-16 16:08:23 +01:00
parent 6596e6c723
commit ce50b33fba
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -111,7 +111,7 @@ TEH_PG_do_reserve_purse (
",out_no_reserve AS no_reserve" ",out_no_reserve AS no_reserve"
",out_conflict AS conflict" ",out_conflict AS conflict"
" FROM exchange_do_reserve_purse" " FROM exchange_do_reserve_purse"
" ($1, $2, $3, $4, $5, $6, $7, $8, $9);"); " ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11);");
return GNUNET_PQ_eval_prepared_singleton_select (pg->conn, return GNUNET_PQ_eval_prepared_singleton_select (pg->conn,
"call_reserve_purse", "call_reserve_purse",