exchange

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

commit a76f0f93d0813beb59541adc78c2450466ca4dec
parent 626317a3d885b1756e1ae18a8567a58da5562b61
Author: Özgür Kesim <oec-taler@kesim.org>
Date:   Tue, 17 Dec 2024 14:11:13 +0100

[withdraw] -fix for doxygen

Diffstat:
Msrc/exchange/taler-exchange-httpd_withdraw.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_withdraw.c b/src/exchange/taler-exchange-httpd_withdraw.c @@ -116,8 +116,8 @@ struct WithdrawContext /** * Number of coins, depending on the @e withdraw_type: - * 1) WITHDRAW_TYPE_BATCH: #elements in the @e typ.batch.planchets array. - * 2) WITHDRAW_TYPE_AGE: #elements in the @e typ.age.planchets array + * 1) WITHDRAW_TYPE_BATCH: length of @e typ.batch.planchets array. + * 2) WITHDRAW_TYPE_AGE: length of @e typ.age.planchets array */ unsigned int num_coins;