exchange

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

commit 0f741ff680d2a0c890d833344e96fe16c07b3531
parent 2bf66ed4876fc08cf05c9a96bfdd28a7bf9445de
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 24 Sep 2023 12:43:56 +0200

bump gana

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

diff --git a/src/exchange/taler-exchange-httpd_batch-deposit.c b/src/exchange/taler-exchange-httpd_batch-deposit.c @@ -552,7 +552,8 @@ TEH_handler_batch_deposit (struct TEH_RequestContext *rc, return MHD_YES; /* failure */ } } - + TALER_amount_set_zero (TEH_currency, + &dc.policy_details.accumulated_total); /* validate merchant's wire details (as far as we can) */ { char *emsg;