exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit bb1266e3840b470296fb4e4780163a51c62f837e
parent 5a977cbb8b074c34b2f4cb067e0d444559b971b6
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sun, 16 Aug 2026 22:20:02 +0200

payto_uri can never be NULL here

Diffstat:
Msrc/include/exchange-database/get_reserve_close_request_info.h | 9+++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/include/exchange-database/get_reserve_close_request_info.h b/src/include/exchange-database/get_reserve_close_request_info.h @@ -36,10 +36,11 @@ * @param[out] request_timestamp when was the request made * @param[out] close_balance reserve balance at close time * @param[out] close_fee closing fee to be charged - * @param[out] payto_uri set to URL of account that - * should receive the money; - * could be set to NULL for origin - * @return transaction status code, 0 if reserve unknown + * @param[out] payto_uri set to URL of the account that should receive the + * money; never NULL, the column is NOT NULL and the /close + * handler resolves the origin account before storing the + * request. To be freed by the caller. + * @return transaction status code, 0 if the request is unknown */ enum GNUNET_DB_QueryStatus TALER_EXCHANGEDB_get_reserve_close_request_info (