exchange

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

commit 1a7619d54e0337939cef1b323af985e0f5ede515
parent a34a2873caf245b47388004a2734f590dd15bd22
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Tue, 14 Jun 2016 15:53:48 +0200

comments

Diffstat:
Msrc/benchmark/taler-exchange-benchmark.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/benchmark/taler-exchange-benchmark.c b/src/benchmark/taler-exchange-benchmark.c @@ -608,7 +608,8 @@ deposit_cb (void *cls, /** * Function called upon completion of our /reserve/withdraw request. - * This is merely the function which spends withdrawn coins + * This is merely the function which spends withdrawn coins. For each + * spent coin, ti either refresh it or re-withdraw it. * * @param cls closure with the interpreter state * @param http_status HTTP response code, #MHD_HTTP_OK (200) for successful status request