exchange

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

commit 6b487a0e42226b3538f5d2040191db58a4135387
parent 3acfd263e2d4c2ac306cb6f68d4a2d86a1f7a1d3
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 23 Aug 2024 21:37:01 +0200

fix #9095

Diffstat:
Msrc/exchange/taler-exchange-httpd_reserves_purse.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd_reserves_purse.c b/src/exchange/taler-exchange-httpd_reserves_purse.c @@ -220,7 +220,7 @@ amount_iterator (void *cls, enum GNUNET_GenericReturnValue ret; ret = cb (cb_cls, - &rpc->deposit_total, + &rpc->pd.target_amount, GNUNET_TIME_absolute_get ()); GNUNET_break (GNUNET_SYSERR != ret); if (GNUNET_OK != ret)