From a04425df340e9bef067cbf64809ced5597576dfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Kesim?= Date: Fri, 12 May 2023 15:10:23 +0200 Subject: [age-withdraw] WIP: change schema to use new support for array types, 11/n --- src/exchangedb/pg_do_batch_withdraw.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/exchangedb/pg_do_batch_withdraw.c') diff --git a/src/exchangedb/pg_do_batch_withdraw.c b/src/exchangedb/pg_do_batch_withdraw.c index 3dee20d22..d93caa15e 100644 --- a/src/exchangedb/pg_do_batch_withdraw.c +++ b/src/exchangedb/pg_do_batch_withdraw.c @@ -31,6 +31,7 @@ TEH_PG_do_batch_withdraw ( void *cls, struct GNUNET_TIME_Timestamp now, const struct TALER_ReservePublicKeyP *reserve_pub, + /* TODO[oec]: add parameter for maximum age and [out]parameter for required age */ const struct TALER_Amount *amount, bool *found, bool *balance_ok, @@ -68,6 +69,7 @@ TEH_PG_do_batch_withdraw ( " reserve_found" ",balance_ok" ",ruuid" + /* TODO[oec]: add parameter for maximum age and [out] parameter for required age */ " FROM exchange_do_batch_withdraw" " ($1,$2,$3,$4,$5);"); return GNUNET_PQ_eval_prepared_singleton_select (pg->conn, -- cgit v1.2.3