diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2023-05-12 15:10:59 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2023-05-12 15:10:59 +0200 |
commit | 9f1f069cea3775be68bbdbbd5e44fd4c86eb9bf6 (patch) | |
tree | 29cfdf610e1cd8cf15fb115f92c9b7daded24254 /src/exchangedb/pg_do_batch_withdraw.c | |
parent | 4833234df63d7da774299b336adb925e700bd4b4 (diff) | |
parent | a04425df340e9bef067cbf64809ced5597576dfc (diff) |
Merge branch 'age-withdraw' of ssh://git.kesim.org/taler/exchange into age-withdraw
Diffstat (limited to 'src/exchangedb/pg_do_batch_withdraw.c')
-rw-r--r-- | src/exchangedb/pg_do_batch_withdraw.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchangedb/pg_do_batch_withdraw.c b/src/exchangedb/pg_do_batch_withdraw.c index 3dee20d2..d93caa15 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, |